Linux-arch Archive mirror
 help / color / mirror / Atom feed
* [PATCH] locks: cleanup double word in comment
@ 2021-12-14 15:49 trix
  0 siblings, 0 replies; only message in thread
From: trix @ 2021-12-14 15:49 UTC (permalink / raw)
  To: arnd; +Cc: linux-arch, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

There are two the's in the comment, remove one.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 include/uapi/asm-generic/fcntl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/asm-generic/fcntl.h b/include/uapi/asm-generic/fcntl.h
index ecd0f5bdfc1d6..d08406ea25fe5 100644
--- a/include/uapi/asm-generic/fcntl.h
+++ b/include/uapi/asm-generic/fcntl.h
@@ -143,7 +143,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.26.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-14 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 15:49 [PATCH] locks: cleanup double word in comment trix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).