Re: [PATCH v4 3/5] staging: rtl8192e: fix coding style errors (macros in parentheses)

2015-03-16 Thread Mateusz Kulikowski
On 16.03.2015 05:51, Joe Perches wrote: > On Sun, 2015-03-15 at 21:39 +0100, Mateusz Kulikowski wrote: >> Fix checkpatch.pl errors 'Macros with complex values should be enclosed in >> parentheses'. > [] >> diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h >> b/drivers/staging/rtl8192e/rtl819x_HT

Re: [PATCH v4 3/5] staging: rtl8192e: fix coding style errors (macros in parentheses)

2015-03-15 Thread Joe Perches
On Sun, 2015-03-15 at 21:39 +0100, Mateusz Kulikowski wrote: > Fix checkpatch.pl errors 'Macros with complex values should be enclosed in > parentheses'. [] > diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h > b/drivers/staging/rtl8192e/rtl819x_HT.h [] > @@ -78,7 +78,7 @@ enum chnl_op { > }; >

[PATCH v4 3/5] staging: rtl8192e: fix coding style errors (macros in parentheses)

2015-03-15 Thread Mateusz Kulikowski
Fix checkpatch.pl errors 'Macros with complex values should be enclosed in parentheses'. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl819x_HT.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging