Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fs: configfs: delete repeated words in comments

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
ce9bebe6 ab130f91

+2 -2
+1 -1
fs/configfs/dir.c
··· 1168 1168 1169 1169 /* 1170 1170 * Release the dependent linkage. This is much simpler than 1171 - * configfs_depend_item() because we know that that the client driver is 1171 + * configfs_depend_item() because we know that the client driver is 1172 1172 * pinned, thus the subsystem is pinned, and therefore configfs is pinned. 1173 1173 */ 1174 1174 void configfs_undepend_item(struct config_item *target)
+1 -1
fs/configfs/file.c
··· 267 267 * There is no easy way for us to know if userspace is only doing a partial 268 268 * write, so we don't support them. We expect the entire buffer to come 269 269 * on the first write. 270 - * Hint: if you're writing a value, first read the file, modify only the 270 + * Hint: if you're writing a value, first read the file, modify only 271 271 * the value you're changing, then write entire buffer back. 272 272 */ 273 273