aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-01-25 05:13:40 -0800
committerAl Viro <viro@zeniv.linux.org.uk>2022-05-19 23:26:29 -0400
commit30476f7e6dbcb075850c6e33b15460dd4868c985 (patch)
tree2d003b44b495db1b701ad2a32b99fc32a409122e /fs/namei.c
parentget rid of dead code in legitimize_root() (diff)
downloadlinux-dev-30476f7e6dbcb075850c6e33b15460dd4868c985.tar.xz
linux-dev-30476f7e6dbcb075850c6e33b15460dd4868c985.zip
namei: cleanup double word in comment
Remove the second 'to'. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 69e6ba7c407b..486394624853 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -790,7 +790,7 @@ out:
* @seq: seq number to check @dentry against
* Returns: true on success, false on failure
*
- * Similar to to try_to_unlazy(), but here we have the next dentry already
+ * Similar to try_to_unlazy(), but here we have the next dentry already
* picked by rcu-walk and want to legitimize that in addition to the current
* nd->path and nd->root for ref-walk mode. Must be called from rcu-walk context.
* Nothing should touch nameidata between try_to_unlazy_next() failure and