Skip to content

Commit

Permalink
fs: configfs: delete repeated words in comments
Browse files Browse the repository at this point in the history
Drop duplicated words {the, that} in comments.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Oct 16, 2020
1 parent ab130f9 commit ce9bebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fs/configfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fs/configfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit ce9bebe

Please sign in to comment.