From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Jason Yan <yanaijie@huawei.com>,
frankja@linux.ibm.com, david@redhat.com, cohuck@redhat.com,
heiko.carstens@de.ibm.com, gor@linux.ibm.com,
Ulrich.Weigand@de.ibm.com, kvm@vger.kernel.org,
linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Hulk Robot <hulkci@huawei.com>
Subject: Re: [PATCH] KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()
Date: Mon, 20 Apr 2020 09:31:38 +0200 [thread overview]
Message-ID: <0201f3bf-335a-30db-51a2-c8050d92ae92@de.ibm.com> (raw)
In-Reply-To: <20200418081926.41666-1-yanaijie@huawei.com>
On 18.04.20 10:19, Jason Yan wrote:
> Fix the following coccicheck warning:
>
> arch/s390/kvm/interrupt.c:3085:2-3: Unneeded semicolon
>
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Jason Yan <yanaijie@huawei.com>
Thanks applied.
> ---
> arch/s390/kvm/interrupt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/s390/kvm/interrupt.c b/arch/s390/kvm/interrupt.c
> index 8191106bf7b9..559177123d0f 100644
> --- a/arch/s390/kvm/interrupt.c
> +++ b/arch/s390/kvm/interrupt.c
> @@ -3082,7 +3082,7 @@ static enum hrtimer_restart gisa_vcpu_kicker(struct hrtimer *timer)
> __airqs_kick_single_vcpu(kvm, pending_mask);
> hrtimer_forward_now(timer, ns_to_ktime(gi->expires));
> return HRTIMER_RESTART;
> - };
> + }
>
> return HRTIMER_NORESTART;
> }
>
prev parent reply other threads:[~2020-04-20 7:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-18 8:19 Jason Yan
2020-04-20 6:46 ` Cornelia Huck
2020-04-20 7:05 ` David Hildenbrand
2020-04-20 7:31 ` Christian Borntraeger [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=0201f3bf-335a-30db-51a2-c8050d92ae92@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=Ulrich.Weigand@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=frankja@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=hulkci@huawei.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=yanaijie@huawei.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
all inboxes | Powered by JetHome®