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

2017-07-27 Thread Greg KH
On Thu, Jul 27, 2017 at 09:33:45AM -0500, Deb McLemore wrote: > 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 > --- >

[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