[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211214154941.2463357-1-trix@redhat.com>
Date: Tue, 14 Dec 2021 07:49:41 -0800
From: trix@...hat.com
To: arnd@...db.de
Cc: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] locks: cleanup double word in comment
From: Tom Rix <trix@...hat.com>
There are two the's in the comment, remove one.
Signed-off-by: Tom Rix <trix@...hat.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
Powered by blists - more mailing lists