linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] cgroup: fix spelling mistake "paramter" -> "parameter"
@ 2019-01-02  9:37 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2019-01-02  9:37 UTC (permalink / raw)
  To: Tejun Heo, Steven Rostedt; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the message in a cg_invalf call, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 kernel/cgroup/cgroup-v1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c
index e20a08ce9655..e72699dec620 100644
--- a/kernel/cgroup/cgroup-v1.c
+++ b/kernel/cgroup/cgroup-v1.c
@@ -1019,7 +1019,7 @@ int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param)
 	case Opt_name:
 		/* blocked by boot param? */
 		if (cgroup_no_v1_named)
-			return cg_invalf(fc, "cgroup1: Blocked by boot paramter");
+			return cg_invalf(fc, "cgroup1: Blocked by boot parameter");
 		/* Can't specify an empty name */
 		if (!param->size)
 			return cg_invalf(fc, "cgroup1: Empty name");
-- 
2.19.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-02  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02  9:37 [PATCH][next] cgroup: fix spelling mistake "paramter" -> "parameter" Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).