[PATCH][next] initrd: fix spelling mistake "depreated" -> "deprecated"

From: Colin King
Date: Mon Jul 20 2020 - 06:32:50 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

There are spelling mistakes in the pr_warning messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
init/do_mounts.c | 2 +-
init/do_mounts_rd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/init/do_mounts.c b/init/do_mounts.c
index 4f4ceb358055..a7f22cf58c7e 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -37,7 +37,7 @@ dev_t ROOT_DEV;

static int __init load_ramdisk(char *str)
{
- pr_warn("ignoring the depreated load_ramdisk= option\n");
+ pr_warn("ignoring the deprecated load_ramdisk= option\n");
return 1;
}
__setup("load_ramdisk=", load_ramdisk);
diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c
index 7b64390c0750..8307fdb5d136 100644
--- a/init/do_mounts_rd.c
+++ b/init/do_mounts_rd.c
@@ -17,7 +17,7 @@

static int __init prompt_ramdisk(char *str)
{
- pr_warn("ignoring the depreated prompt_ramdisk= option\n");
+ pr_warn("ignoring the deprecated prompt_ramdisk= option\n");
return 1;
}
__setup("prompt_ramdisk=", prompt_ramdisk);
--
2.27.0