Re: [PATCH] fbdev/hyperv_fb: Convert comma to semicolon

2024-09-05 Thread Wei Liu
On Thu, Sep 05, 2024 at 10:30:56AM +0200, Helge Deller wrote: > On 9/5/24 09:25, Wei Liu wrote: > > 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 re

Re: [PATCH] fbdev/hyperv_fb: Convert comma to semicolon

2024-09-05 Thread Helge Deller
On 9/5/24 09:25, Wei Liu wrote: 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 Applied to hyperv-fixes

Re: [PATCH] fbdev/hyperv_fb: Convert comma to semicolon

2024-09-05 Thread Wei Liu
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 Applied to hyperv-fixes, thanks! > --- > driver