LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Shuah Khan <skhan@linuxfoundation.org>
To: CGEL <cgel.zte@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>,
kvm@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org,
jing yangyang <jing.yangyang@zte.com.cn>,
Zeal Robot <zealci@zte.com.cn>,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH linux-next] tools: remove unneeded semicolon
Date: Tue, 24 Aug 2021 08:41:18 -0600 [thread overview]
Message-ID: <dcbc9904-ea32-ce30-a76b-ae41262c551a@linuxfoundation.org> (raw)
In-Reply-To: <cf335b749549186343bcb8f73a17c38afe6c5bdd.1629196408.git.jing.yangyang@zte.com.cn>
On 8/19/21 9:38 PM, CGEL wrote:
> From: jing yangyang <jing.yangyang@zte.com.cn>
>
> Eliminate the following coccicheck warning:
>
> ./tools/testing/selftests/kvm/access_tracking_perf_test.c:234:3-4:Unneeded semicolon
>
> Reported-by: Zeal Robot <zealci@zte.com.cn>
> Signed-off-by: jing yangyang <jing.yangyang@zte.com.cn>
> ---
> tools/testing/selftests/kvm/access_tracking_perf_test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/access_tracking_perf_test.c b/tools/testing/selftests/kvm/access_tracking_perf_test.c
> index 71e277c..02a1c0f 100644
> --- a/tools/testing/selftests/kvm/access_tracking_perf_test.c
> +++ b/tools/testing/selftests/kvm/access_tracking_perf_test.c
> @@ -231,7 +231,7 @@ static void *vcpu_thread_main(void *arg)
> case ITERATION_MARK_IDLE:
> mark_vcpu_memory_idle(vm, vcpu_id);
> break;
> - };
> + }
>
> vcpu_last_completed_iteration[vcpu_id] = current_iteration;
> }
>
We can't accept this patch. The from and Signed-off-by don't match.
thanks,
-- Shuah
next prev parent reply other threads:[~2021-08-24 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-20 3:38 CGEL
2021-08-24 14:41 ` Shuah Khan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-02 7:14 cgel.zte
2021-08-24 14:39 ` Shuah Khan
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=dcbc9904-ea32-ce30-a76b-ae41262c551a@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=cgel.zte@gmail.com \
--cc=jing.yangyang@zte.com.cn \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=shuah@kernel.org \
--cc=zealci@zte.com.cn \
--subject='Re: [PATCH linux-next] tools: remove unneeded semicolon' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).