Re: [PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-09 Thread Krzysztof Konopko
On 08/11/14 21:23, Joe Perches wrote: > On Sat, 2014-11-08 at 22:14 +0100, Krzysztof Konopko wrote: >> scripts/checkpatch.pl reports a coding style problem in xmit_linux.c > [] >> diff --git a/drivers/staging/rtl8188eu/os_dep/xmit_linux.c >> b/drivers/staging/rtl8188eu/os_dep/xmit_linux.c > [] >>

Re: [PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 22:14 +0100, Krzysztof Konopko wrote: > scripts/checkpatch.pl reports a coding style problem in xmit_linux.c [] > diff --git a/drivers/staging/rtl8188eu/os_dep/xmit_linux.c > b/drivers/staging/rtl8188eu/os_dep/xmit_linux.c [] > @@ -67,9 +67,8 @@ uint _rtw_pktfile_read(struct

[PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-08 Thread Krzysztof Konopko
scripts/checkpatch.pl reports a coding style problem in xmit_linux.c WARNING:BRACES: braces {} are not necessary for single statement blocks #61852: FILE: rtl8188eu/os_dep/xmit_linux.c:70: This patch removes unnecessary braces. Signed-off-by: Krzysztof Konopko --- drivers/staging/rtl8188eu