* [PATCH] quota: cleanup double word in comment
@ 2022-01-16 12:59 trix
2022-01-20 11:30 ` Jan Kara
0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2022-01-16 12:59 UTC (permalink / raw)
To: jack; +Cc: linux-kernel, Tom Rix
From: Tom Rix <trix@redhat.com>
Remove the second 'handle'.
Signed-off-by: Tom Rix <trix@redhat.com>
---
include/linux/quota.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/quota.h b/include/linux/quota.h
index 18ebd39c94871..fd692b4a41d5f 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,
--
2.26.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] quota: cleanup double word in comment
2022-01-16 12:59 [PATCH] quota: cleanup double word in comment trix
@ 2022-01-20 11:30 ` Jan Kara
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2022-01-20 11:30 UTC (permalink / raw)
To: trix; +Cc: jack, linux-kernel
On Sun 16-01-22 04:59:36, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
>
> Remove the second 'handle'.
>
> Signed-off-by: Tom Rix <trix@redhat.com>
Thanks. Applied to my tree.
Honza
> ---
> include/linux/quota.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/quota.h b/include/linux/quota.h
> index 18ebd39c94871..fd692b4a41d5f 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,
> --
> 2.26.3
>
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-20 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 12:59 [PATCH] quota: cleanup double word in comment trix
2022-01-20 11:30 ` Jan Kara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome