All of lore.kernel.org
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: jstultz@google.com, tglx@linutronix.de, sboyd@kernel.org,
	shuah@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: [PATCH] selftests: timers: Remove unneeded semicolon
Date: Wed, 14 Jun 2023 16:22:29 +0800	[thread overview]
Message-ID: <1d085048fbb2fcbf2a50328d9b407d99@208suo.com> (raw)
In-Reply-To: <20230614082010.28632-1-luojianhong@cdjrlc.com>

tools/testing/selftests/timers/nanosleep.c:75:2-3: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
---
  tools/testing/selftests/timers/nanosleep.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/nanosleep.c 
b/tools/testing/selftests/timers/nanosleep.c
index df1d03516e7b..34e61507fa1f 100644
--- a/tools/testing/selftests/timers/nanosleep.c
+++ b/tools/testing/selftests/timers/nanosleep.c
@@ -72,7 +72,7 @@ char *clockstring(int clockid)
          return "CLOCK_BOOTTIME_ALARM";
      case CLOCK_TAI:
          return "CLOCK_TAI";
-    };
+    }
      return "UNKNOWN_CLOCKID";
  }

       reply	other threads:[~2023-06-14  8:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230614082010.28632-1-luojianhong@cdjrlc.com>
2023-06-14  8:22 ` baomingtong001 [this message]
2021-11-05  1:42 [PATCH] selftests: timers: Remove unneeded semicolon cgel.zte
  -- strict thread matches above, loose matches on Subject: below --
2021-03-15  8:07 [PATCH] selftests: timers: remove " Jiapeng Chong
2021-03-15 18:43 ` John Stultz
2021-02-23  6:23 Jiapeng Chong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1d085048fbb2fcbf2a50328d9b407d99@208suo.com \
    --to=baomingtong001@208suo.com \
    --cc=jstultz@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=sboyd@kernel.org \
    --cc=shuah@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.