projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea85691
)
quota: cleanup double word in comment
author
Tom Rix
<trix@redhat.com>
Sun, 16 Jan 2022 12:59:36 +0000
(
04:59
-0800)
committer
Jan Kara
<jack@suse.cz>
Mon, 24 Jan 2022 13:45:02 +0000
(14:45 +0100)
Remove the second 'handle'.
Link:
https://lore.kernel.org/r/20220116125936.389767-1-trix@redhat.com
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
include/linux/quota.h
patch
|
blob
|
history
diff --git
a/include/linux/quota.h
b/include/linux/quota.h
index 18ebd39c948713aeb52a18719fb8e87807250805..fd692b4a41d5fbe0dae06b46da3ebc47c4747b2e 100644
(file)
--- a/
include/linux/quota.h
+++ b/
include/linux/quota.h
@@
-91,7
+91,7
@@
extern bool qid_valid(struct kqid qid);
*
* When there is no mapping defined for the user-namespace, type,
* qid tuple an invalid kqid is returned. Callers are expected to
- * test for and handle
handle
invalid kqids being returned.
+ * test for and handle invalid kqids being returned.
* Invalid kqids may be tested for using qid_valid().
*/
static inline struct kqid make_kqid(struct user_namespace *from,