Commit-ID: 543113d2f4b5dd40d46a95502effe86b845dfe34 Gitweb: http://git.kernel.org/tip/543113d2f4b5dd40d46a95502effe86b845dfe34 Author: Dou Liyang <[email protected]> AuthorDate: Tue, 7 Feb 2017 12:44:48 +0800 Committer: Ingo Molnar <[email protected]> CommitDate: Tue, 7 Feb 2017 10:40:27 +0100
x86/apic: Fix a typo in a comment line s/bringin /bringing Signed-off-by: Dou Liyang <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> --- arch/x86/kernel/apic/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index fdb9c46..8567c85 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -1246,7 +1246,7 @@ static void lapic_setup_esr(void) /** * setup_local_APIC - setup the local APIC * - * Used to setup local APIC while initializing BSP or bringin up APs. + * Used to setup local APIC while initializing BSP or bringing up APs. * Always called with preemption disabled. */ void setup_local_APIC(void)

