mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
fs: delete repeated words in comments
Delete duplicate words in fs/*.c. The doubled words that are being dropped are: that, be, the, in, and, for Link: https://lkml.kernel.org/r/20201224052810.25315-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7c908aec34
commit
3d742d4b6e
@@ -173,7 +173,7 @@ static int handle_to_path(int mountdirfd, struct file_handle __user *ufh,
|
||||
|
||||
/*
|
||||
* With handle we don't look at the execute bit on the
|
||||
* the directory. Ideally we would like CAP_DAC_SEARCH.
|
||||
* directory. Ideally we would like CAP_DAC_SEARCH.
|
||||
* But we don't have that
|
||||
*/
|
||||
if (!capable(CAP_DAC_READ_SEARCH)) {
|
||||
|
Reference in New Issue
Block a user