diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2010-01-31 22:38:19 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 14:53:21 +0300 |
commit | 4d1da8c2961da46abd85a71d20f2b169bf80618e (patch) | |
tree | aed10645023213f8f6d3e9334c6c93b1cfed6c72 /arch/mips/ar7/gpio.c | |
parent | 10229f3761fdc1050f972bf3a4c4623bde20002f (diff) | |
download | linux-4d1da8c2961da46abd85a71d20f2b169bf80618e.tar.xz |
MIPS: AR7: Whitespace hacking
[Ralf: Fixed up reject and Wu's complaints about comment style.]
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/921/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ar7/gpio.c')
-rw-r--r-- | arch/mips/ar7/gpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/ar7/gpio.c b/arch/mips/ar7/gpio.c index 0e9f4e13f427..c32fbb57441a 100644 --- a/arch/mips/ar7/gpio.c +++ b/arch/mips/ar7/gpio.c @@ -24,8 +24,8 @@ #include <asm/mach-ar7/gpio.h> struct ar7_gpio_chip { - void __iomem *regs; - struct gpio_chip chip; + void __iomem *regs; + struct gpio_chip chip; }; static int ar7_gpio_get_value(struct gpio_chip *chip, unsigned gpio) @@ -77,7 +77,7 @@ static int ar7_gpio_direction_output(struct gpio_chip *chip, static struct ar7_gpio_chip ar7_gpio_chip = { .chip = { - .label = "ar7-gpio", + .label = "ar7-gpio", .direction_input = ar7_gpio_direction_input, .direction_output = ar7_gpio_direction_output, .set = ar7_gpio_set_value, |