linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/boot/e820: fix typo in e820.c comment
@ 2022-12-11 10:38 Wang Yong
  2023-01-06 12:29 ` [tip: x86/cleanups] x86/boot/e820: Fix " tip-bot2 for Wang Yong
  2023-01-11 12:46 ` tip-bot2 for Wang Yong
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Yong @ 2022-12-11 10:38 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86, linux-kernel; +Cc: Wang Yong

change "itsmain" to "its main".

Fixes: 544a0f47e780 ("x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description")
Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
---
 arch/x86/kernel/e820.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
index 9dac24680ff8..0614a79c4619 100644
--- a/arch/x86/kernel/e820.c
+++ b/arch/x86/kernel/e820.c
@@ -53,7 +53,7 @@
  *
  * Once the E820 map has been converted to the standard Linux memory layout
  * information its role stops - modifying it has no effect and does not get
- * re-propagated. So itsmain role is a temporary bootstrap storage of firmware
+ * re-propagated. So its main role is a temporary bootstrap storage of firmware
  * specific memory layout data during early bootup.
  */
 static struct e820_table e820_table_init		__initdata;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip: x86/cleanups] x86/boot/e820: Fix typo in e820.c comment
  2022-12-11 10:38 [PATCH] x86/boot/e820: fix typo in e820.c comment Wang Yong
@ 2023-01-06 12:29 ` tip-bot2 for Wang Yong
  2023-01-11 12:46 ` tip-bot2 for Wang Yong
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Wang Yong @ 2023-01-06 12:29 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Wang Yong, Ingo Molnar, x86, linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     47cdfb7b0a2733c157b27f772d852bfb9075384b
Gitweb:        https://git.kernel.org/tip/47cdfb7b0a2733c157b27f772d852bfb9075384b
Author:        Wang Yong <yongw.kernel@gmail.com>
AuthorDate:    Sun, 11 Dec 2022 10:38:49 
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Fri, 06 Jan 2023 13:21:04 +01:00

x86/boot/e820: Fix typo in e820.c comment

change "itsmain" to "its main".

Fixes: 544a0f47e780 ("x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description")
Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20221211103849.173870-1-yongw.kernel@gmail.com
---
 arch/x86/kernel/e820.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
index 9dac246..0614a79 100644
--- a/arch/x86/kernel/e820.c
+++ b/arch/x86/kernel/e820.c
@@ -53,7 +53,7 @@
  *
  * Once the E820 map has been converted to the standard Linux memory layout
  * information its role stops - modifying it has no effect and does not get
- * re-propagated. So itsmain role is a temporary bootstrap storage of firmware
+ * re-propagated. So its main role is a temporary bootstrap storage of firmware
  * specific memory layout data during early bootup.
  */
 static struct e820_table e820_table_init		__initdata;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [tip: x86/cleanups] x86/boot/e820: Fix typo in e820.c comment
  2022-12-11 10:38 [PATCH] x86/boot/e820: fix typo in e820.c comment Wang Yong
  2023-01-06 12:29 ` [tip: x86/cleanups] x86/boot/e820: Fix " tip-bot2 for Wang Yong
@ 2023-01-11 12:46 ` tip-bot2 for Wang Yong
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Wang Yong @ 2023-01-11 12:46 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Wang Yong, Ingo Molnar, Borislav Petkov (AMD), x86, linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     b7d1f15b5c274999dfe8dda60a9a516eebfbc3d0
Gitweb:        https://git.kernel.org/tip/b7d1f15b5c274999dfe8dda60a9a516eebfbc3d0
Author:        Wang Yong <yongw.kernel@gmail.com>
AuthorDate:    Sun, 11 Dec 2022 10:38:49 
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Wed, 11 Jan 2023 12:45:03 +01:00

x86/boot/e820: Fix typo in e820.c comment

change "itsmain" to "its main".

Fixes: 544a0f47e780 ("x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description")
Signed-off-by: Wang Yong <yongw.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20221211103849.173870-1-yongw.kernel@gmail.com
---
 arch/x86/kernel/e820.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c
index 9dac246..0614a79 100644
--- a/arch/x86/kernel/e820.c
+++ b/arch/x86/kernel/e820.c
@@ -53,7 +53,7 @@
  *
  * Once the E820 map has been converted to the standard Linux memory layout
  * information its role stops - modifying it has no effect and does not get
- * re-propagated. So itsmain role is a temporary bootstrap storage of firmware
+ * re-propagated. So its main role is a temporary bootstrap storage of firmware
  * specific memory layout data during early bootup.
  */
 static struct e820_table e820_table_init		__initdata;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-11 12:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 10:38 [PATCH] x86/boot/e820: fix typo in e820.c comment Wang Yong
2023-01-06 12:29 ` [tip: x86/cleanups] x86/boot/e820: Fix " tip-bot2 for Wang Yong
2023-01-11 12:46 ` tip-bot2 for Wang Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).