Re: [PATCH] vgaarb: Remove unneeded semicolons

2021-01-18 Thread Daniel Vetter
On Mon, Jan 18, 2021 at 01:03:55AM +, Yue Zou wrote: > Remove superfluous semicolons after function definitions. > > Signed-off-by: Yue Zou Thanks for your patch, applied. -Daniel > --- > include/linux/vgaarb.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a

[PATCH] vgaarb: Remove unneeded semicolons

2021-01-17 Thread Yue Zou
Remove superfluous semicolons after function definitions. Signed-off-by: Yue Zou --- include/linux/vgaarb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h index 977caf96c8d2..fc6dfeba04a5 100644 --- a/include/linux/vgaarb