Re: [PATCH 1/2] staging: rtl8192e: remove brace for single statement

2018-06-15 Thread 김현일
Thanks greg. Let me check and send again regards Hyunil Kim On Fri, Jun 15, 2018 at 8:08 PM, Greg KH wrote: > On Sat, Jun 09, 2018 at 03:05:56PM +0900, thtlwlsmsgk...@gmail.com wrote: >> * fix checkpatch.pl warning: >> WARNING: braces { are not necessary for single statement blocks >> >>

Re: [PATCH 1/2] staging: rtl8192e: remove brace for single statement

2018-06-15 Thread Greg KH
On Sat, Jun 09, 2018 at 03:05:56PM +0900, thtlwlsmsgk...@gmail.com wrote: > * fix checkpatch.pl warning: > WARNING: braces { are not necessary for single statement blocks > > Signed-off-by: Hyunil Kim This does not match your "From:" line in your email headers :(

[PATCH 1/2] staging: rtl8192e: remove brace for single statement

2018-06-09 Thread thtlwlsmsgkfla
* fix checkpatch.pl warning: WARNING: braces { are not necessary for single statement blocks Signed-off-by: Hyunil Kim --- drivers/staging/rtl8192e/rtllib_softmac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c