From: Shuah Khan <skhan@linuxfoundation.org>
To: Yang Li <yang.lee@linux.alibaba.com>, shuah@kernel.org
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH] selftests/x86/ldt_gdt: remove unneeded semicolon
Date: Mon, 8 Feb 2021 16:34:26 -0700 [thread overview]
Message-ID: <ba8e276a-7e80-9315-2f70-772aabe326db@linuxfoundation.org> (raw)
In-Reply-To: <1612683730-104353-1-git-send-email-yang.lee@linux.alibaba.com>
On 2/7/21 12:42 AM, Yang Li wrote:
> Eliminate the following coccicheck warning:
> ./tools/testing/selftests/x86/ldt_gdt.c:610:2-3: Unneeded semicolon
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> tools/testing/selftests/x86/ldt_gdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/x86/ldt_gdt.c b/tools/testing/selftests/x86/ldt_gdt.c
> index 1aef72d..3a29346 100644
> --- a/tools/testing/selftests/x86/ldt_gdt.c
> +++ b/tools/testing/selftests/x86/ldt_gdt.c
> @@ -607,7 +607,7 @@ static void do_multicpu_tests(void)
>
> failures++;
> asm volatile ("mov %0, %%ss" : : "rm" (orig_ss));
> - };
> + }
>
> ftx = 100; /* Kill the thread. */
> syscall(SYS_futex, &ftx, FUTEX_WAKE, 0, NULL, NULL, 0);
>
Thank you. Now applied to linux-kselftest next for 5.12-rc1
thanks,
-- Shuah
prev parent reply other threads:[~2021-02-08 23:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-07 7:42 [PATCH] selftests/x86/ldt_gdt: remove unneeded semicolon Yang Li
2021-02-08 23:34 ` 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=ba8e276a-7e80-9315-2f70-772aabe326db@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=yang.lee@linux.alibaba.com \
/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