All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] initrd: fix spelling mistake "depreated" -> "deprecated"
@ 2020-07-20 10:32 ` Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2020-07-20 10:32 UTC (permalink / raw)
  To: Al Viro, Christoph Hellwig, Paulo Alcantara; +Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH][next] initrd: fix spelling mistake "depreated" -> "deprecated"
@ 2020-07-20 10:32 ` Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2020-07-20 10:32 UTC (permalink / raw)
  To: Al Viro, Christoph Hellwig, Paulo Alcantara; +Cc: kernel-janitors, linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-20 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 10:32 [PATCH][next] initrd: fix spelling mistake "depreated" -> "deprecated" Colin King
2020-07-20 10:32 ` Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.