[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230112104346.14502-1-antonio.feijoo@suse.com>
Date: Thu, 12 Jan 2023 11:43:46 +0100
From: Antonio Alvarez Feijoo <antonio.feijoo@...e.com>
To: linux-kernel@...r.kernel.org
Cc: Antonio Alvarez Feijoo <antonio.feijoo@...e.com>
Subject: [PATCH] initramfs: fix typo in comment
virtul -> virtual
Signed-off-by: Antonio Alvarez Feijoo <antonio.feijoo@...e.com>
---
init/initramfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/initramfs.c b/init/initramfs.c
index 62321883fe61..3c29a1f1eae9 100644
--- a/init/initramfs.c
+++ b/init/initramfs.c
@@ -586,7 +586,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)
--
2.35.3
Powered by blists - more mailing lists