[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Ztlc52c6fIz3azbn@liuwe-devbox-debian-v2>
Date: Thu, 5 Sep 2024 07:25:27 +0000
From: Wei Liu <wei.liu@...nel.org>
To: Chen Ni <nichen@...as.ac.cn>
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, deller@....de, gpiccoli@...lia.com,
mikelley@...rosoft.com, linux-hyperv@...r.kernel.org,
linux-fbdev@...r.kernel.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fbdev/hyperv_fb: Convert comma to semicolon
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@...as.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
>
Powered by blists - more mailing lists