mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-27 14:04:47 -04: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:
committed by
Christian Brauner
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)
|
||||
|
||||
Reference in New Issue
Block a user