From: Shuah Khan <skhan@linuxfoundation.org>
To: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>,
anna-maria@linutronix.de
Cc: frederic@kernel.org, tglx@linutronix.de, jstultz@google.com,
sboyd@kernel.org, shuah@kernel.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org,
Abaci Robot <abaci@linux.alibaba.com>,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH -next 1/2] selftests:timers: remove unneeded semicolon
Date: Thu, 17 Oct 2024 09:43:51 -0600 [thread overview]
Message-ID: <c5411c4e-ade7-4d9f-9b01-2ac4ad42bbbd@linuxfoundation.org> (raw)
In-Reply-To: <20241017062737.98466-1-jiapeng.chong@linux.alibaba.com>
On 10/17/24 00:27, Jiapeng Chong wrote:
> No functional modification involved.
Please include the report details in the change log
>
> ./tools/testing/selftests/timers/nanosleep.c:63:2-3: Unneeded semicolon.
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11407
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.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 252c6308c569..36f9b97f232a 100644
> --- a/tools/testing/selftests/timers/nanosleep.c
> +++ b/tools/testing/selftests/timers/nanosleep.c
> @@ -60,7 +60,7 @@ char *clockstring(int clockid)
> return "CLOCK_BOOTTIME_ALARM";
> case CLOCK_TAI:
> return "CLOCK_TAI";
> - };
> + }
> return "UNKNOWN_CLOCKID";
> }
>
thanks,
-- Shuah
prev parent reply other threads:[~2024-10-17 15:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 6:27 [PATCH -next 1/2] selftests:timers: remove unneeded semicolon Jiapeng Chong
2024-10-17 6:27 ` [PATCH -next 2/2] " Jiapeng Chong
2024-10-17 15:45 ` Shuah Khan
2024-10-17 15:43 ` Shuah Khan [this message]
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=c5411c4e-ade7-4d9f-9b01-2ac4ad42bbbd@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=abaci@linux.alibaba.com \
--cc=anna-maria@linutronix.de \
--cc=frederic@kernel.org \
--cc=jiapeng.chong@linux.alibaba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox