diff mbox series

[04/22] GPIO: xilinx: Use standard coding style for macros

Message ID 5D23E7CAADD3BE4A97642792FFC691C561C7A45A@MBX215.d.ethz.ch
State New
Headers show
Series [01/22] Xilinx: ARM: GPIO: updated driver names for cleanup | expand

Commit Message

Hedges Alexander July 21, 2018, 2:21 p.m. UTC
From: Michal Simek <michal.simek@xilinx.com>
Date: Wed, 17 Jul 2013 15:22:20 +0200

Trivial.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Hedges <ahedges@ethz.ch>
(cherry picked from commit 6ecc02b189fb0147dd3221ff347f42901c575927)
---
 drivers/gpio/gpio-xilinx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-xilinx.c b/drivers/gpio/gpio-xilinx.c
index 4f0d0b25a241..7a174100bfb7 100644
--- a/drivers/gpio/gpio-xilinx.c
+++ b/drivers/gpio/gpio-xilinx.c
@@ -24,8 +24,8 @@ 
 #include <linux/slab.h>
 
 /* Register Offset Definitions */
-#define XGPIO_DATA_OFFSET   (0x0)	/* Data register  */
-#define XGPIO_TRI_OFFSET    (0x4)	/* I/O direction register  */
+#define XGPIO_DATA_OFFSET	0x0 /* Data register */
+#define XGPIO_TRI_OFFSET	0x4 /* I/O direction register */
 
 #define XGPIO_CHANNEL_OFFSET	0x8