diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 14:59:39 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-08-03 09:16:30 +0300 |
commit | b73989db0a0e59a4d26530b4d52f1a7bc2ef7ef3 (patch) | |
tree | de7887c2fd44a635f31d95dd9c5124dda7d6ea5a /arch/mips/cobalt | |
parent | 4a79fb2177d41ae46d20f6112791a59c6914fb56 (diff) | |
download | linux-b73989db0a0e59a4d26530b4d52f1a7bc2ef7ef3.tar.xz |
MIPS: Cobalt: 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/13316/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt')
-rw-r--r-- | arch/mips/cobalt/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c index 9a8c2fe8d334..c136a18c7221 100644 --- a/arch/mips/cobalt/setup.c +++ b/arch/mips/cobalt/setup.c @@ -42,8 +42,8 @@ const char *get_system_type(void) /* * Cobalt doesn't have PS/2 keyboard/mouse interfaces, - * keyboard conntroller is never used. - * Also PCI-ISA bridge DMA contoroller is never used. + * keyboard controller is never used. + * Also PCI-ISA bridge DMA controller is never used. */ static struct resource cobalt_reserved_resources[] = { { /* dma1 */ |