[PATCH] staging:rtl8188eu: fix coding style issue

2017-08-17 Thread Jamie Huang
checkpatch.pl gave ERROR: open brace '{' following function definitions go on the next line. Signed-off-by: Jamie Huang <jamiens...@163.com> --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188e

Re: [PATCH] staging: fix macros with multiple statements in rtl8723bs/core/rtw_security.c

2017-05-25 Thread Jamie Huang
On Thu, 25 May 2017 09:15:33 +1000 "Tobin C. Harding" <m...@tobin.cc> wrote: > On Wed, May 24, 2017 at 10:38:57PM +0800, Jamie Huang wrote: > > Comment on your patch subject line. Patches to staging typically > include the driver in the subject. You can view previ

[PATCH] staging: fix macros with multiple statements in rtl8723bs/core/rtw_security.c

2017-05-24 Thread Jamie Huang
ERROR: Macros with multiple statements should be enclosed in a do - while loop Detected by scripts/checkpatch.pl -f Signed-off-by: Jamie Huang <jamiens...@163.com> --- drivers/staging/rtl8723bs/core/rtw_security.c | 120 -- 1 file changed, 73 insertions(+), 47 del

Re: [PATCH] staging: fix macros with multiple statements in rtl8723bs/core/rtw_security.c

2017-05-07 Thread Jamie Huang
On Sat, 6 May 2017 20:20:57 -0700 Greg KH <gre...@linuxfoundation.org> wrote: > On Fri, May 05, 2017 at 02:00:43AM +0800, Jamie Huang wrote: > > ERROR: Macros with multiple statements should be enclosed in a do - > > while loop Detected by scripts/checkpatch.pl -f > >

[PATCH] staging: fix macros with multiple statements in rtl8723bs/core/rtw_security.c

2017-05-04 Thread Jamie Huang
ERROR: Macros with multiple statements should be enclosed in a do - while loop Detected by scripts/checkpatch.pl -f Signed-off-by: Jamie Huang <jamiens...@163.com> --- drivers/staging/rtl8723bs/core/rtw_security.c | 34 +++ 1 file changed, 24 insertions(+), 10 del

Re: staging: fix macros with multiple statements in rtl8723bs/core/rtw_security.c

2017-05-04 Thread Jamie Huang
On Thu, 4 May 2017 11:57:48 +0300 Dan Carpenter wrote: > Read the first couple paragraphs of > Documentation/process/email-clients.rst for how to send patches. > > > @@ -2236,10 +2248,12 @@ static void rijndaelEncrypt(u32 rk[/*44*/], > > u8 pt[16], u8 ct[16]) s3 =

staging: fix macros with multiple statements in rtl8723bs/core/rtw_security.c

2017-05-04 Thread Jamie Huang
fix error: Macros with multiple statements should be enclosed in a do - while loop Detected by scripts/checkpatch.pl -f >From b1bcd6f9d31f5ea899799f0f9b4cf04a0558d2d8 Mon Sep 17 00:00:00 2001 From: Jamie Huang <jamiens...@163.com> Date: Thu, 4 May 2017 14:49:26 +0800 Subject: [PATCH] sta