Re: [PATCH] locking: fcntl.h: drop duplicated word in a comment

2020-07-17 Thread Matthew Wilcox
On Fri, Jul 17, 2020 at 07:54:13PM -0700, Randy Dunlap wrote: > +++ linux-next-20200714/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)

[PATCH] locking: fcntl.h: drop duplicated word in a comment

2020-07-17 Thread Randy Dunlap
From: Randy Dunlap Drop the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Cc: Jeff Layton Cc: "J. Bruce Fields" Cc: linux-fsde...@vger.kernel.org --- include/uapi/asm-generic/fcntl.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include