X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fuser_namespace.c;h=dd06439b9c84fe80463121905339c41493710998;hb=ae693400bd2dd438f2bbacbb925233ba1dee9236;hp=240fb62cf3945aa0f7b601b343db65312a42f345;hpb=6a46ff87d4b1d68814145c757b8a9199c625d840;p=~andy%2Flinux diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index 240fb62cf39..dd06439b9c8 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)