mirror of
https://github.com/torvalds/linux.git
synced 2026-09-13 15:40:03 +02:00
initramfs: fix typo in reserve_initrd_mem comment
Fix a minor typo in the comment inside reserve_initrd_mem. Change "virtul" to "virtual". Signed-off-by: Shivank Sharma <shivanksharma2376543@gmail.com> Link: https://patch.msgid.link/20260716160944.1331096-1-shivanksharma2376543@gmail.com Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
This commit is contained in:
parent
f7f4665dc5
commit
cb6a7cc2bd
|
|
@ -618,7 +618,7 @@ void __init reserve_initrd_mem(void)
|
|||
phys_addr_t start;
|
||||
unsigned long size;
|
||||
|
||||
/* Ignore the virtul address computed during device tree parsing */
|
||||
/* Ignore the virtual address computed during device tree parsing */
|
||||
initrd_start = initrd_end = 0;
|
||||
|
||||
if (!phys_initrd_size)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user