lkml.org 
[lkml]   [2020]   [Jul]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] initrd: fix spelling mistake "depreated" -> "deprecated"
Date
From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
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
\
 
 \ /
  Last update: 2020-07-20 12:33    [W:0.022 / U:1.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site