Skip to content

Commit b7d1f15

Browse files
Wang Yongbp3tk0v
authored andcommitted
x86/boot/e820: Fix typo in e820.c comment
change "itsmain" to "its main". Fixes: 544a0f4 ("x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description") Signed-off-by: Wang Yong <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b7bfaa7 commit b7d1f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/e820.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* Once the E820 map has been converted to the standard Linux memory layout
5555
* information its role stops - modifying it has no effect and does not get
56-
* re-propagated. So itsmain role is a temporary bootstrap storage of firmware
56+
* re-propagated. So its main role is a temporary bootstrap storage of firmware
5757
* specific memory layout data during early bootup.
5858
*/
5959
static struct e820_table e820_table_init __initdata;

0 commit comments

Comments
 (0)