Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945987AbbEWFHo (ORCPT ); Sat, 23 May 2015 01:07:44 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33999 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945912AbbEWFHl (ORCPT ); Sat, 23 May 2015 01:07:41 -0400 From: Shailendra Verma To: "Eric W. Biederman" , Andy Lutomirski , Al Viro , Andrew Morton , Fabian Frederick Cc: linux-kernel@vger.kernel.org, Shailendra Verma Subject: [PATCH] kernel:user_namespace - Fix for typos in comments. Date: Sat, 23 May 2015 10:37:27 +0530 Message-Id: <1432357647-4135-1-git-send-email-shailendra.capricorn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2177 Lines: 54 Signed-off-by: Shailendra Verma --- kernel/user_namespace.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index 4109f83..02a1197 100644 --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c @@ -69,7 +69,7 @@ int create_user_ns(struct cred *new) /* * Verify that we can not violate the policy of which files * may be accessed that is specified by the root directory, - * by verifing that the root directory is at the root of the + * by verifying that the root directory is at the root of the * mount namespace which allows all files to be accessed. */ if (current_chrooted()) @@ -617,7 +617,7 @@ static ssize_t map_write(struct file *file, const char __user *buf, * * There is a one time data dependency between reading the * count of the extents and the values of the extents. The - * desired behavior is to see the values of the extents that + * desired behaviour is to see the values of the extents that * were written before the count of the extents. * * To achieve this smp_wmb() is used on guarantee the write @@ -716,7 +716,7 @@ static ssize_t map_write(struct file *file, const char __user *buf, (next_line != NULL)) goto out; } - /* Be very certaint the new map actually exists */ + /* Be very certain the new map actually exists */ if (new_map.nr_extents == 0) goto out; @@ -841,7 +841,7 @@ static bool new_idmap_permitted(const struct file *file, /* Allow the specified ids if we have the appropriate capability * (CAP_SETUID or CAP_SETGID) over the parent user namespace. - * And the opener of the id file also had the approprpiate capability. + * And the opener of the id file also had the appropriate capability. */ if (ns_capable(ns->parent, cap_setid) && file_ns_capable(file, ns->parent, cap_setid)) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/