checkpatch.pl gave
ERROR: open brace '{' following function definitions go on the next line.
Signed-off-by: Jamie Huang
---
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_mlm
On Thu, 25 May 2017 09:15:33 +1000
"Tobin C. Harding" 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 previous commits to
> get
ERROR: Macros with multiple statements should be enclosed in a do - while loop
Detected by scripts/checkpatch.pl -f
Signed-off-by: Jamie Huang
---
drivers/staging/rtl8723bs/core/rtw_security.c | 120 --
1 file changed, 73 insertions(+), 47 deletions(-)
diff --git a
On Sat, 6 May 2017 20:20:57 -0700
Greg KH 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
> >
> > Signed-off-by: Jamie
ERROR: Macros with multiple statements should be enclosed in a do - while loop
Detected by scripts/checkpatch.pl -f
Signed-off-by: Jamie Huang
---
drivers/staging/rtl8723bs/core/rtw_security.c | 34 +++
1 file changed, 24 insertions(+), 10 deletions(-)
diff --git a
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 = GETU32(pt + 12) ^ rk[3];
> >
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
Date: Thu, 4 May 2017 14:49:26 +0800
Subject: [PATCH] staging: fix macros with multi