From: Wei Liu <wei.liu@kernel.org>
To: Chen Ni <nichen@iscas.ac.cn>
Cc: kys@microsoft.com, haiyangz@microsoft.com, wei.liu@kernel.org,
decui@microsoft.com, deller@gmx.de, gpiccoli@igalia.com,
mikelley@microsoft.com, linux-hyperv@vger.kernel.org,
linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fbdev/hyperv_fb: Convert comma to semicolon
Date: Thu, 5 Sep 2024 07:25:27 +0000 [thread overview]
Message-ID: <Ztlc52c6fIz3azbn@liuwe-devbox-debian-v2> (raw)
In-Reply-To: <20240902074402.3824431-1-nichen@iscas.ac.cn>
On Mon, Sep 02, 2024 at 03:44:02PM +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
>
> Fixes: d786e00d19f9 ("drivers: hv, hyperv_fb: Untangle and refactor Hyper-V panic notifiers")
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Applied to hyperv-fixes, thanks!
> ---
> drivers/video/fbdev/hyperv_fb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c
> index 8fdccf033b2d..7fdb5edd7e2e 100644
> --- a/drivers/video/fbdev/hyperv_fb.c
> +++ b/drivers/video/fbdev/hyperv_fb.c
> @@ -1189,7 +1189,7 @@ static int hvfb_probe(struct hv_device *hdev,
> * which is almost at the end of list, with priority = INT_MIN + 1.
> */
> par->hvfb_panic_nb.notifier_call = hvfb_on_panic;
> - par->hvfb_panic_nb.priority = INT_MIN + 10,
> + par->hvfb_panic_nb.priority = INT_MIN + 10;
> atomic_notifier_chain_register(&panic_notifier_list,
> &par->hvfb_panic_nb);
>
> --
> 2.25.1
>
next prev parent reply other threads:[~2024-09-05 7:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 7:44 [PATCH] fbdev/hyperv_fb: Convert comma to semicolon Chen Ni
2024-09-05 7:25 ` Wei Liu [this message]
2024-09-05 8:30 ` Helge Deller
2024-09-05 15:06 ` Wei Liu
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=Ztlc52c6fIz3azbn@liuwe-devbox-debian-v2 \
--to=wei.liu@kernel.org \
--cc=decui@microsoft.com \
--cc=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=gpiccoli@igalia.com \
--cc=haiyangz@microsoft.com \
--cc=kys@microsoft.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-hyperv@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mikelley@microsoft.com \
--cc=nichen@iscas.ac.cn \
/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;
as well as URLs for NNTP newsgroup(s).