diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-12-03 04:47:34 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-12-03 04:49:13 -0500 |
commit | a97673a1c43d005a3ae215f4ca8b4bbb5691aea1 (patch) | |
tree | d32f6d27212f5cfdb072c3300f42b744a0bd8e25 /arch/x86/platform/intel/iosf_mbi.c | |
parent | df60673198ae678f68af54873b8904ba93fe13a0 (diff) |
x86: Fix various typos in comments
Go over arch/x86/ and fix common typos in comments,
and a typo in an actual function argument name.
No change in functionality intended.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/platform/intel/iosf_mbi.c')
-rw-r--r-- | arch/x86/platform/intel/iosf_mbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/intel/iosf_mbi.c b/arch/x86/platform/intel/iosf_mbi.c index 2e569d10f2d0..a9f2e888e135 100644 --- a/arch/x86/platform/intel/iosf_mbi.c +++ b/arch/x86/platform/intel/iosf_mbi.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * | 13 | * |
14 | * | 14 | * |
15 | * The IOSF-SB is a fabric bus available on Atom based SOC's that uses a | 15 | * The IOSF-SB is a fabric bus available on Atom based SOC's that uses a |
16 | * mailbox interface (MBI) to communicate with mutiple devices. This | 16 | * mailbox interface (MBI) to communicate with multiple devices. This |
17 | * driver implements access to this interface for those platforms that can | 17 | * driver implements access to this interface for those platforms that can |
18 | * enumerate the device using PCI. | 18 | * enumerate the device using PCI. |
19 | */ | 19 | */ |