diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2018-06-18 12:36:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-28 15:50:58 +0300 |
commit | 3e55d7c9136980c80e5ab99d24dc7b3247362953 (patch) | |
tree | 2ca365233331a3a19e264892de737a2abdd2dec1 | |
parent | 26cbc8cf92a3675223489751b97ca0627d865263 (diff) | |
download | linux-3e55d7c9136980c80e5ab99d24dc7b3247362953.tar.xz |
staging: mt7621-gpio: align indentation for all defines
There was two remaining defines which weren't properly
aligned with the rest. Align them improving readability.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/mt7621-gpio/gpio-mt7621.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/mt7621-gpio/gpio-mt7621.c b/drivers/staging/mt7621-gpio/gpio-mt7621.c index 5f7d524cd999..853817a3cf16 100644 --- a/drivers/staging/mt7621-gpio/gpio-mt7621.c +++ b/drivers/staging/mt7621-gpio/gpio-mt7621.c @@ -13,8 +13,8 @@ #include <linux/platform_device.h> #include <linux/spinlock.h> -#define MTK_BANK_CNT 3 -#define MTK_BANK_WIDTH 32 +#define MTK_BANK_CNT 3 +#define MTK_BANK_WIDTH 32 #define GPIO_BANK_WIDE 0x04 #define GPIO_REG_CTRL 0x00 |