All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uapi: asm-generic: fcntl: Fix typo 'the the' in comment
@ 2022-07-22 10:31 Slark Xiao
  2022-07-22 12:54 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Slark Xiao @ 2022-07-22 10:31 UTC (permalink / raw)
  To: guoren, arnd, palmer; +Cc: linux-kernel, Slark Xiao

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 tools/include/uapi/asm-generic/fcntl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/include/uapi/asm-generic/fcntl.h b/tools/include/uapi/asm-generic/fcntl.h
index 0197042b7dfb..826afd9192d8 100644
--- a/tools/include/uapi/asm-generic/fcntl.h
+++ b/tools/include/uapi/asm-generic/fcntl.h
@@ -140,7 +140,7 @@
  * record  locks, but are "owned" by the open file description, not the
  * process. This means that they are inherited across fork() like BSD (flock)
  * locks, and they are only released automatically when the last reference to
- * the the open file against which they were acquired is put.
+ * the open file against which they were acquired is put.
  */
 #define F_OFD_GETLK	36
 #define F_OFD_SETLK	37
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] uapi: asm-generic: fcntl: Fix typo 'the the' in comment
  2022-07-22 10:31 [PATCH] uapi: asm-generic: fcntl: Fix typo 'the the' in comment Slark Xiao
@ 2022-07-22 12:54 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2022-07-22 12:54 UTC (permalink / raw)
  To: Slark Xiao
  Cc: Guo Ren, Arnd Bergmann, Palmer Dabbelt, Linux Kernel Mailing List

On Fri, Jul 22, 2022 at 12:31 PM Slark Xiao <slark_xiao@163.com> wrote:
>
> Replace 'the the' with 'the' in the comment.
>
> Signed-off-by: Slark Xiao <slark_xiao@163.com>

Applied to the asm-generic tree, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-22 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 10:31 [PATCH] uapi: asm-generic: fcntl: Fix typo 'the the' in comment Slark Xiao
2022-07-22 12:54 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.