lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190102093703.32506-1-colin.king@canonical.com>
Date:   Wed,  2 Jan 2019 09:37:03 +0000
From:   Colin King <colin.king@...onical.com>
To:     Tejun Heo <tj@...nel.org>, Steven Rostedt <rostedt@...dmis.org>
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] cgroup: fix spelling mistake "paramter" -> "parameter"

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

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

Signed-off-by: Colin Ian King <colin.king@...onical.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ