]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
fs: delete repeated words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 24 Feb 2021 20:00:48 +0000 (12:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:26 +0000 (13:38 -0800)
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>
fs/block_dev.c
fs/dcache.c
fs/direct-io.c
fs/exec.c
fs/fhandle.c
fs/pipe.c

index ec26179c80623008a83d5b9c15026f77b1173828..91ff9bfd7c1a33ee8f707f21ea3bfcd9950a233a 100644 (file)
@@ -1270,7 +1270,7 @@ rescan:
        return ret;
 }
 /*
- * Only exported for for loop and dasd for historic reasons.  Don't use in new
+ * Only exported for loop and dasd for historic reasons.  Don't use in new
  * code!
  */
 EXPORT_SYMBOL_GPL(bdev_disk_changed);
index 799d9e4f0bcd46bb710689444f1e92e5690f5150..7d24ff7eb20680e5df01851ffa9cc227a5ab4a13 100644 (file)
@@ -2176,8 +2176,8 @@ EXPORT_SYMBOL(d_obtain_root);
  * same inode, only the actual correct case is stored in the dcache for
  * case-insensitive filesystems.
  *
- * For a case-insensitive lookup match and if the the case-exact dentry
- * already exists in in the dcache, use it and return it.
+ * For a case-insensitive lookup match and if the case-exact dentry
+ * already exists in the dcache, use it and return it.
  *
  * If no entry exists with the exact case name, allocate new dentry with
  * the exact case, and return the spliced entry.
index aa1083ecd62392f9c86d8b0d83bb3842f453c458..0957e1bb8eb2806775edbb12f395657bfd4fde42 100644 (file)
@@ -462,7 +462,7 @@ static inline void dio_cleanup(struct dio *dio, struct dio_submit *sdio)
  * Wait for the next BIO to complete.  Remove it and return it.  NULL is
  * returned once all BIOs have been completed.  This must only be called once
  * all bios have been issued so that dio->refcount can only decrease.  This
- * requires that that the caller hold a reference on the dio.
+ * requires that the caller hold a reference on the dio.
  */
 static struct bio *dio_await_one(struct dio *dio)
 {
@@ -1279,7 +1279,7 @@ do_blockdev_direct_IO(struct kiocb *iocb, struct inode *inode,
        if (retval == -ENOTBLK) {
                /*
                 * The remaining part of the request will be
-                * be handled by buffered I/O when we return
+                * handled by buffered I/O when we return
                 */
                retval = 0;
        }
index 6f3c02066ce328c680e1485ba6b0d2ca05af79d5..18594f11c31fe12e28e80349e7fb1211613e681c 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1455,7 +1455,7 @@ EXPORT_SYMBOL(finalize_exec);
 /*
  * Prepare credentials and lock ->cred_guard_mutex.
  * setup_new_exec() commits the new creds and drops the lock.
- * Or, if exec fails before, free_bprm() should release ->cred and
+ * Or, if exec fails before, free_bprm() should release ->cred
  * and unlock.
  */
 static int prepare_bprm_creds(struct linux_binprm *bprm)
@@ -1841,7 +1841,7 @@ static int bprm_execve(struct linux_binprm *bprm,
 
 out:
        /*
-        * If past the point of no return ensure the the code never
+        * If past the point of no return ensure the code never
         * returns to the userspace process.  Use an existing fatal
         * signal if present otherwise terminate the process with
         * SIGSEGV.
index 01263ffbc4c0873544c28f68e408ce314ccddcc9..ec6feeccc276152010e0e421cd48cf679067f6ea 100644 (file)
@@ -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)) {
index 39c96845a72fb15e19844248d206e81ccf448001..bfd946a9ad01fe80d557dd093774c5258c58a41a 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -171,7 +171,7 @@ EXPORT_SYMBOL(generic_pipe_buf_try_steal);
  *
  * Description:
  *     This function grabs an extra reference to @buf. It's used in
- *     in the tee() system call, when we duplicate the buffers in one
+ *     the tee() system call, when we duplicate the buffers in one
  *     pipe into another.
  */
 bool generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf)