Re: [PATCH] staging: rtl8188eu: os_dep: fix checkpatch issues

2016-10-19 Thread Greg Kroah-Hartman
On Tue, Oct 18, 2016 at 11:30:29PM +0200, Pierre-Yves Kerbrat wrote: > This patch fixes the following: > - fix 2 block comments > - add missing spaces around operators > - remove unnecessary kzalloc fail message > - fix line over 80 char > ... When you find yourself listing all of the different

[PATCH] staging: rtl8188eu: os_dep: fix checkpatch issues

2016-10-18 Thread Pierre-Yves Kerbrat
This patch fixes the following: - fix 2 block comments - add missing spaces around operators - remove unnecessary kzalloc fail message - fix line over 80 char ... Signed-off-by: Pierre-Yves Kerbrat --- drivers/staging/rtl8188eu/os_dep/osdep_service.c | 31