[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1351838579-24511-1-git-send-email-gmate.amit@gmail.com>
Date: Thu, 1 Nov 2012 23:42:59 -0700
From: Kumar Amit Mehta <gmate.amit@...il.com>
To: gregkh@...uxfoundation.org
Cc: syahn@...semi.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: gdm72xx: wm_ioctl.h: fixed a macro coding style
fix for macro coding style.
Signed-off-by: Kumar Amit Mehta <gmate.amit@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists