Re: [PATCH] Staging: rtl8712 : osdep_intf.h: fix macro coding style issue

2017-06-23 Thread Greg KH
On Thu, Jun 22, 2017 at 12:10:04PM +0530, Jaya Durga wrote: > From: Jaya Durga > > Fix checkpatch.pl warning of the form "CHECK" Macro argument 'x' > may be better as '(x)' to avoid precedence issues. > > Signed-off-by: Jaya Durga > --- >

Re: [PATCH] Staging: rtl8712 : osdep_intf.h: fix macro coding style issue

2017-06-23 Thread Greg KH
On Thu, Jun 22, 2017 at 12:10:04PM +0530, Jaya Durga wrote: > From: Jaya Durga > > Fix checkpatch.pl warning of the form "CHECK" Macro argument 'x' > may be better as '(x)' to avoid precedence issues. > > Signed-off-by: Jaya Durga > --- > drivers/staging/rtl8712/osdep_intf.h | 2 +- > 1 file

[PATCH] Staging: rtl8712 : osdep_intf.h: fix macro coding style issue

2017-06-22 Thread Jaya Durga
From: Jaya Durga Fix checkpatch.pl warning of the form "CHECK" Macro argument 'x' may be better as '(x)' to avoid precedence issues. Signed-off-by: Jaya Durga --- drivers/staging/rtl8712/osdep_intf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] Staging: rtl8712 : osdep_intf.h: fix macro coding style issue

2017-06-22 Thread Jaya Durga
From: Jaya Durga Fix checkpatch.pl warning of the form "CHECK" Macro argument 'x' may be better as '(x)' to avoid precedence issues. Signed-off-by: Jaya Durga --- drivers/staging/rtl8712/osdep_intf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git