Skip to content

Commit c734124

Browse files
rddunlaptorvalds
authored andcommitted
fs: autofs: delete repeated words in comments
Drop duplicated words {the, at} in comments. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Ian Kent <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent ee6c400 commit c734124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/autofs/dev-ioctl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* another mount. This situation arises when starting automount(8)
2121
* or other user space daemon which uses direct mounts or offset
2222
* mounts (used for autofs lazy mount/umount of nested mount trees),
23-
* which have been left busy at at service shutdown.
23+
* which have been left busy at service shutdown.
2424
*/
2525

2626
typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *,
@@ -496,7 +496,7 @@ static int autofs_dev_ioctl_askumount(struct file *fp,
496496
* located path is the root of a mount we return 1 along with
497497
* the super magic of the mount or 0 otherwise.
498498
*
499-
* In both cases the the device number (as returned by
499+
* In both cases the device number (as returned by
500500
* new_encode_dev()) is also returned.
501501
*/
502502
static int autofs_dev_ioctl_ismountpoint(struct file *fp,

0 commit comments

Comments
 (0)