diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2010-01-31 14:38:19 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:21 -0500 |
commit | 4d1da8c2961da46abd85a71d20f2b169bf80618e (patch) | |
tree | aed10645023213f8f6d3e9334c6c93b1cfed6c72 /arch/mips/ar7/gpio.c | |
parent | 10229f3761fdc1050f972bf3a4c4623bde20002f (diff) |
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 @@ | |||
24 | #include <asm/mach-ar7/gpio.h> | 24 | #include <asm/mach-ar7/gpio.h> |
25 | 25 | ||
26 | struct ar7_gpio_chip { | 26 | struct ar7_gpio_chip { |
27 | void __iomem *regs; | 27 | void __iomem *regs; |
28 | struct gpio_chip chip; | 28 | struct gpio_chip chip; |
29 | }; | 29 | }; |
30 | 30 | ||
31 | static int ar7_gpio_get_value(struct gpio_chip *chip, unsigned gpio) | 31 | 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, | |||
77 | 77 | ||
78 | static struct ar7_gpio_chip ar7_gpio_chip = { | 78 | static struct ar7_gpio_chip ar7_gpio_chip = { |
79 | .chip = { | 79 | .chip = { |
80 | .label = "ar7-gpio", | 80 | .label = "ar7-gpio", |
81 | .direction_input = ar7_gpio_direction_input, | 81 | .direction_input = ar7_gpio_direction_input, |
82 | .direction_output = ar7_gpio_direction_output, | 82 | .direction_output = ar7_gpio_direction_output, |
83 | .set = ar7_gpio_set_value, | 83 | .set = ar7_gpio_set_value, |