diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 07:59:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-28 06:35:06 -0400 |
commit | be9fde2eff7987067f58bea5d18d575335f9246f (patch) | |
tree | e5850a612c8b39779ef1a54f855d01daa9c7e922 | |
parent | 20430e7648c8acd1ab70bd056293c6c571ca8fc5 (diff) |
MIPS: Alchemy: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13318/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/mach-au1x00/gpio-au1300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/gpio-au1300.h b/arch/mips/include/asm/mach-au1x00/gpio-au1300.h index ce02894271c6..d607d643b973 100644 --- a/arch/mips/include/asm/mach-au1x00/gpio-au1300.h +++ b/arch/mips/include/asm/mach-au1x00/gpio-au1300.h | |||
@@ -140,7 +140,7 @@ static inline int au1300_gpio_getinitlvl(unsigned int gpio) | |||
140 | * Cases 1 and 3 are intended for boards which want to provide their own | 140 | * Cases 1 and 3 are intended for boards which want to provide their own |
141 | * GPIO namespace and -operations (i.e. for example you have 8 GPIOs | 141 | * GPIO namespace and -operations (i.e. for example you have 8 GPIOs |
142 | * which are in part provided by spare Au1300 GPIO pins and in part by | 142 | * which are in part provided by spare Au1300 GPIO pins and in part by |
143 | * an external FPGA but you still want them to be accssible in linux | 143 | * an external FPGA but you still want them to be accessible in linux |
144 | * as gpio0-7. The board can of course use the alchemy_gpioX_* functions | 144 | * as gpio0-7. The board can of course use the alchemy_gpioX_* functions |
145 | * as required). | 145 | * as required). |
146 | */ | 146 | */ |