Re: [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Greg KH
On Sat, Jan 17, 2015 at 03:52:45PM +0100, Peter Poklop wrote: > From: Peter This name doesn't match up with: > > This patch fixes the checkpatch.pl warning: > > WARNING: space prohibited before semicolon > > Signed-off-by: Peter Poklop this name, why? Please fix up and resend. Or better

[PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Peter Poklop
From: Peter This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop --- drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/os_dep/os_intfs.c

[PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Peter Poklop
From: Peter peter.pok...@gmail.com This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop peter.pok...@gmail.com --- drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Greg KH
On Sat, Jan 17, 2015 at 03:52:45PM +0100, Peter Poklop wrote: From: Peter peter.pok...@gmail.com This name doesn't match up with: This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop peter.pok...@gmail.com this name, why?