user_namespace.c: Remove duplicated word in comment
Signed-off-by: Brian Campbell <brian.campbell@editshare.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
f4edc1d36a
commit
392b21897d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* When there is no mapping defined for the user-namespace uid
|
||||||
* pair INVALID_UID is returned. Callers are expected to test
|
* 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().
|
* may be tested for using uid_valid().
|
||||||
*/
|
*/
|
||||||
kuid_t make_kuid(struct user_namespace *ns, uid_t uid)
|
kuid_t make_kuid(struct user_namespace *ns, uid_t uid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue