public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: gdm72xx: wm_ioctl.h: fixed a macro coding style
@ 2012-11-02  6:42 Kumar Amit Mehta
  2012-11-02  6:55 ` Dan Carpenter
  0 siblings, 1 reply; 5+ messages in thread
From: Kumar Amit Mehta @ 2012-11-02  6:42 UTC (permalink / raw)
  To: gregkh; +Cc: syahn, devel, linux-kernel

fix for macro coding style.

Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com>
---
 drivers/staging/gdm72xx/wm_ioctl.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/gdm72xx/wm_ioctl.h b/drivers/staging/gdm72xx/wm_ioctl.h
index 9f46e06..4ceecc4 100644
--- a/drivers/staging/gdm72xx/wm_ioctl.h
+++ b/drivers/staging/gdm72xx/wm_ioctl.h
@@ -91,7 +91,7 @@ struct wm_req_s {
 };
 
 #ifndef ifr_name
-#define ifr_name	ifr_ifrn.ifrn_name
+#define ifr_name	(ifr_ifrn.ifrn_name)
 #endif
 
 #endif
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-02 11:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02  6:42 [PATCH] staging: gdm72xx: wm_ioctl.h: fixed a macro coding style Kumar Amit Mehta
2012-11-02  6:55 ` Dan Carpenter
2012-11-02  7:36   ` Kumar amit mehta
2012-11-02  8:14     ` Dan Carpenter
2012-11-02  8:50       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox