Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753620Ab2KBGnd (ORCPT ); Fri, 2 Nov 2012 02:43:33 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:45708 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120Ab2KBGnb (ORCPT ); Fri, 2 Nov 2012 02:43:31 -0400 From: Kumar Amit Mehta To: gregkh@linuxfoundation.org Cc: syahn@gctsemi.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] staging: gdm72xx: wm_ioctl.h: fixed a macro coding style Date: Thu, 1 Nov 2012 23:42:59 -0700 Message-Id: <1351838579-24511-1-git-send-email-gmate.amit@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 28 fix for macro coding style. Signed-off-by: Kumar Amit Mehta --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/