aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/user_namespace.c
diff options
context:
space:
mode:
authorBrian Campbell <brian.campbell@editshare.com>2014-02-16 22:58:12 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2014-02-20 11:58:35 -0800
commitb080e047a61f7050246ff3081f87832997170d29 (patch)
tree12dde9333ef4574882f0d38fec4f36ec3a0dc9cb /kernel/user_namespace.c
parentMerge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (diff)
downloadlinux-dev-b080e047a61f7050246ff3081f87832997170d29.tar.xz
linux-dev-b080e047a61f7050246ff3081f87832997170d29.zip
user_namespace.c: Remove duplicated word in comment
Signed-off-by: Brian Campbell <brian.campbell@editshare.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--kernel/user_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c
index 240fb62cf394..dd06439b9c84 100644
--- a/kernel/user_namespace.c
+++ b/kernel/user_namespace.c
@@ -225,7 +225,7 @@ static u32 map_id_up(struct uid_gid_map *map, u32 id)
*
* When there is no mapping defined for the user-namespace uid
* pair INVALID_UID is returned. Callers are expected to test
- * for and handle handle INVALID_UID being returned. INVALID_UID
+ * for and handle INVALID_UID being returned. INVALID_UID
* may be tested for using uid_valid().
*/
kuid_t make_kuid(struct user_namespace *ns, uid_t uid)