[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <159576063765.4006.16074832961217588429.tip-bot2@tip-bot2>
Date: Sun, 26 Jul 2020 10:50:37 -0000
From: "tip-bot2 for Randy Dunlap" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Ingo Molnar <mingo@...nel.org>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: x86/cleanups] x86: bootparam.h: Delete duplicated word
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: ddeddd0811ffeb43937aca2d5479f323234f17cd
Gitweb: https://git.kernel.org/tip/ddeddd0811ffeb43937aca2d5479f323234f17cd
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Sat, 25 Jul 2020 17:41:22 -07:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00
x86: bootparam.h: Delete duplicated word
Delete the repeated word "for".
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-2-rdunlap@infradead.org
---
arch/x86/include/uapi/asm/bootparam.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/uapi/asm/bootparam.h b/arch/x86/include/uapi/asm/bootparam.h
index 8669c6b..600a141 100644
--- a/arch/x86/include/uapi/asm/bootparam.h
+++ b/arch/x86/include/uapi/asm/bootparam.h
@@ -255,7 +255,7 @@ struct boot_params {
* currently supportd through this PV boot path.
* @X86_SUBARCH_INTEL_MID: Used for Intel MID (Mobile Internet Device) platform
* systems which do not have the PCI legacy interfaces.
- * @X86_SUBARCH_CE4100: Used for Intel CE media processor (CE4100) SoC for
+ * @X86_SUBARCH_CE4100: Used for Intel CE media processor (CE4100) SoC
* for settop boxes and media devices, the use of a subarch for CE4100
* is more of a hack...
*/
Powered by blists - more mailing lists