[PATCH 2/2] staging: rtl8192e: added parentheses in macros

2015-02-16 Thread Pushpendra Singh
Removed checkpatch.pl error ERROR: Macros with complex values should be enclosed in parentheses +#define MFIE_STRING(x) case MFIE_TYPE_ ##x: return #x Signed-off-by: Pushpendra Singh pushpendra.si...@smartplayin.com --- drivers/staging/rtl8192e/rtllib_rx.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH 2/2] staging: rtl8192e: added parentheses in macros

2015-02-16 Thread Dan Carpenter
On Mon, Feb 16, 2015 at 03:12:25PM +0530, Pushpendra Singh wrote: Removed checkpatch.pl error ERROR: Macros with complex values should be enclosed in parentheses +#define MFIE_STRING(x) case MFIE_TYPE_ ##x: return #x You didn't try to compile this code. regards, dan carpenter