diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 16:54:53 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 16:54:53 +0200 |
commit | 603e82edf78ad6c0f836023f8db585620211947b (patch) | |
tree | 10c7b3083b8be0820a6d8c88c9892d2e88b916c2 /arch/mips/au1000 | |
parent | ec9674e7e5ff7871a971a85436f2e26f6c893c52 (diff) | |
download | linux-603e82edf78ad6c0f836023f8db585620211947b.tar.bz2 |
arch/mips/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/mtx-1/board_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/mtx-1/board_setup.c b/arch/mips/au1000/mtx-1/board_setup.c index abfc4bcddf7a..310d5dff89fc 100644 --- a/arch/mips/au1000/mtx-1/board_setup.c +++ b/arch/mips/au1000/mtx-1/board_setup.c @@ -99,7 +99,7 @@ mtx1_pci_idsel(unsigned int devsel, int assert) #endif if (assert && devsel != 0) { - // supress signal to cardbus + // suppress signal to cardbus au_writel( 0x00000002, SYS_OUTPUTCLR ); // set EXT_IO3 OFF } else { |