fs: configfs: delete repeated words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 16 Oct 2020 03:10:18 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:19 +0000 (11:11 -0700)
Drop duplicated words {the, that} in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20200811021826.25032-1-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/configfs/dir.c
fs/configfs/file.c

index ca22737..b0983e2 100644 (file)
@@ -1168,7 +1168,7 @@ EXPORT_SYMBOL(configfs_depend_item);
 
 /*
  * Release the dependent linkage.  This is much simpler than
- * configfs_depend_item() because we know that that the client driver is
+ * configfs_depend_item() because we know that the client driver is
  * pinned, thus the subsystem is pinned, and therefore configfs is pinned.
  */
 void configfs_undepend_item(struct config_item *target)
index fb65b70..1f02702 100644 (file)
@@ -267,7 +267,7 @@ flush_write_buffer(struct file *file, struct configfs_buffer *buffer, size_t cou
  *     There is no easy way for us to know if userspace is only doing a partial
  *     write, so we don't support them. We expect the entire buffer to come
  *     on the first write.
- *     Hint: if you're writing a value, first read the file, modify only the
+ *     Hint: if you're writing a value, first read the file, modify only
  *     the value you're changing, then write entire buffer back.
  */