[PATCH] staging: rtl8188eu: Fix coding style issue for braces

2017-07-27 Thread Deb McLemore
checkpatch.pl open brace following function declaration goes on next line so fix the brace to go properly on next line Signed-off-by: Deb McLemore --- drivers/staging/rtl8188eu/include/rtw_ioctl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu

Re: [PATCH] staging: greybus: Fix coding style issue for column width

2017-07-27 Thread Deb McLemore
Hi Dan, thanks. I'll look for another subsystem to help improve the quality and standards. On 07/27/2017 08:35 AM, Dan Carpenter wrote: > On Thu, Jul 27, 2017 at 08:23:41AM -0500, Deb McLemore wrote: >> Hi Dan, >> >> Understand the readability issue, but this patch

Re: [PATCH] staging: greybus: Fix coding style issue for column width

2017-07-27 Thread Deb McLemore
Hi Dan, Understand the readability issue, but this patch seems readable. On 07/27/2017 08:16 AM, Dan Carpenter wrote: > On Thu, Jul 27, 2017 at 08:10:35AM -0500, Deb McLemore wrote: >> Hi Viresh, >> >> So does greybus not follow the coding style from checkpatch.pl ? >&g

Re: [PATCH] staging: greybus: Fix coding style issue for column width

2017-07-27 Thread Deb McLemore
Hi Viresh, So does greybus not follow the coding style from checkpatch.pl ? On 07/26/2017 10:32 PM, Viresh Kumar wrote: > On 26-07-17, 17:13, Deb McLemore wrote: >> checkpatch.pl line over 80 characters so fix the formatting >> for coding style compliance. >> >>

[PATCH] staging: greybus: Fix coding style issue for column width

2017-07-26 Thread Deb McLemore
checkpatch.pl line over 80 characters so fix the formatting for coding style compliance. Signed-off-by: Deb McLemore --- drivers/staging/greybus/spilib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/greybus/spilib.h b/drivers/staging/greybus/spilib.h