diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-22 06:11:26 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 08:16:09 -0500 |
commit | 02582e9bcc36ed503ffede46e104a885dea222fb (patch) | |
tree | f3558e4c1c32911ff6ba207bf02ecba70a2571b7 /arch | |
parent | d7558148084de03e5a87b5d2e602de048ac1a476 (diff) |
treewide: fix typo of "suport" in various comments and Kconfig
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/txx9/generic/pci.c | 2 | ||||
-rw-r--r-- | arch/powerpc/include/asm/oprofile_impl.h | 2 | ||||
-rw-r--r-- | arch/sh/boards/board-espt.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/txx9/generic/pci.c b/arch/mips/txx9/generic/pci.c index 4efd9185f294..b14ee53581a9 100644 --- a/arch/mips/txx9/generic/pci.c +++ b/arch/mips/txx9/generic/pci.c | |||
@@ -341,7 +341,7 @@ static void __devinit quirk_slc90e66_ide(struct pci_dev *dev) | |||
341 | 341 | ||
342 | static void __devinit tc35815_fixup(struct pci_dev *dev) | 342 | static void __devinit tc35815_fixup(struct pci_dev *dev) |
343 | { | 343 | { |
344 | /* This device may have PM registers but not they are not suported. */ | 344 | /* This device may have PM registers but not they are not supported. */ |
345 | if (dev->pm_cap) { | 345 | if (dev->pm_cap) { |
346 | dev_info(&dev->dev, "PM disabled\n"); | 346 | dev_info(&dev->dev, "PM disabled\n"); |
347 | dev->pm_cap = 0; | 347 | dev->pm_cap = 0; |
diff --git a/arch/powerpc/include/asm/oprofile_impl.h b/arch/powerpc/include/asm/oprofile_impl.h index 639dc96077ab..d697b08994c9 100644 --- a/arch/powerpc/include/asm/oprofile_impl.h +++ b/arch/powerpc/include/asm/oprofile_impl.h | |||
@@ -34,7 +34,7 @@ struct op_system_config { | |||
34 | unsigned long mmcra; | 34 | unsigned long mmcra; |
35 | #ifdef CONFIG_OPROFILE_CELL | 35 | #ifdef CONFIG_OPROFILE_CELL |
36 | /* Register for oprofile user tool to check cell kernel profiling | 36 | /* Register for oprofile user tool to check cell kernel profiling |
37 | * suport. | 37 | * support. |
38 | */ | 38 | */ |
39 | unsigned long cell_support; | 39 | unsigned long cell_support; |
40 | #endif | 40 | #endif |
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c index 6cba0a7068bc..d71a0bcf8145 100644 --- a/arch/sh/boards/board-espt.c +++ b/arch/sh/boards/board-espt.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Data Technology Inc. ESPT-GIGA board suport | 2 | * Data Technology Inc. ESPT-GIGA board support |
3 | * | 3 | * |
4 | * Copyright (C) 2008, 2009 Renesas Solutions Corp. | 4 | * Copyright (C) 2008, 2009 Renesas Solutions Corp. |
5 | * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 5 | * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> |