[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1486442688-24690-1-git-send-email-douly.fnst@cn.fujitsu.com>
Date: Tue, 7 Feb 2017 12:44:48 +0800
From: Dou Liyang <douly.fnst@...fujitsu.com>
To: <tglx@...utronix.de>, <mingo@...hat.com>, <hpa@...or.com>
CC: <x86@...nel.org>, <linux-kernel@...r.kernel.org>,
<trivial@...nel.org>, Dou Liyang <douly.fnst@...fujitsu.com>
Subject: [PATCH] x86/apic: Fix a typo in a comment line
Add a missing character in the function description.
s/bringin /bringing /
Signed-off-by: Dou Liyang <douly.fnst@...fujitsu.com>
---
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 5b7e43e..b9c282d 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1245,7 +1245,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)
--
2.5.5
Powered by blists - more mailing lists