diff options
author | Tom Rix <trix@redhat.com> | 2022-01-16 04:59:36 -0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2022-01-24 14:45:02 +0100 |
commit | 9daf0a4d32d60a57f2a2533bdf4c178be7fdff7f (patch) | |
tree | 876a3386baeff0942fff83a036d7676340f98f93 /include | |
parent | ea8569194b43f0f01f0a84c689388542c7254a1f (diff) |
quota: cleanup double word in comment
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/quota.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index 18ebd39c9487..fd692b4a41d5 100644 --- 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, |