[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c5411c4e-ade7-4d9f-9b01-2ac4ad42bbbd@linuxfoundation.org>
Date: Thu, 17 Oct 2024 09:43:51 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>, anna-maria@...utronix.de
Cc: frederic@...nel.org, tglx@...utronix.de, jstultz@...gle.com,
sboyd@...nel.org, shuah@...nel.org, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH -next 1/2] selftests:timers: remove unneeded semicolon
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@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11407
> Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.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
Powered by blists - more mailing lists