VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2021-02-24 12:00:48 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-02-24 13:38:26 -0800 commit: 3d742d4b6ebb3348e1d478047cfb18b9b337b8df parent: 7c908aec34733408baa755613141a08b960d8eec
Commit Summary:
fs: delete repeated words in comments
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/fhandle.c b/fs/fhandle.c
index 01263ffbc4c0..ec6feeccc276 100644
--- a/fs/fhandle.c
+++ b/fs/fhandle.c
@@ -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)) {