Skip to content

Commit 9daf0a4

Browse files
Tom Rixjankara
authored andcommitted
quota: cleanup double word in comment
Remove the second 'handle'. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tom Rix <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent ea85691 commit 9daf0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/quota.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ extern bool qid_valid(struct kqid qid);
9191
*
9292
* When there is no mapping defined for the user-namespace, type,
9393
* qid tuple an invalid kqid is returned. Callers are expected to
94-
* test for and handle handle invalid kqids being returned.
94+
* test for and handle invalid kqids being returned.
9595
* Invalid kqids may be tested for using qid_valid().
9696
*/
9797
static inline struct kqid make_kqid(struct user_namespace *from,

0 commit comments

Comments
 (0)