staging: lustre: lustre: llite: Replace "the the " with "the"
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Mon, 6 Oct 2014 05:57:00 +0000 (11:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:10 +0000 (10:29 +0800)
This patch replace "the the " with "the".
The replacement couldn't be automated because sometimes
the first "the" was meant to be another word.

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/file.c

index c99b74117152ebc9285da1de50c372d4172d9241..f1f75c7edee0172b5e854e9af0f57a6aa6b4b57e 100644 (file)
@@ -368,7 +368,7 @@ int ll_file_release(struct inode *inode, struct file *file)
        fd = LUSTRE_FPRIVATE(file);
        LASSERT(fd != NULL);
 
-       /* The last ref on @file, maybe not the the owner pid of statahead.
+       /* The last ref on @file, maybe not the owner pid of statahead.
         * Different processes can open the same dir, "ll_opendir_key" means:
         * it is me that should stop the statahead thread. */
        if (S_ISDIR(inode->i_mode) && lli->lli_opendir_key == fd &&
This page took 0.026785 seconds and 5 git commands to generate.