diff mbox series

fs/namei.c: Clean up trailing whitespace

Message ID 20210407103958.1081147-1-wanjiabing@vivo.com (mailing list archive)
State New, archived
Headers show
Series fs/namei.c: Clean up trailing whitespace | expand

Commit Message

Jiabing Wan April 7, 2021, 10:39 a.m. UTC
Clean up trailing whitespace.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 fs/namei.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/fs/namei.c b/fs/namei.c
index 216f16e74351..6c6cb46c0667 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -52,8 +52,8 @@ 
  * The new code replaces the old recursive symlink resolution with
  * an iterative one (in case of non-nested symlink chains).  It does
  * this with calls to <fs>_follow_link().
- * As a side effect, dir_namei(), _namei() and follow_link() are now 
- * replaced with a single function lookup_dentry() that can handle all 
+ * As a side effect, dir_namei(), _namei() and follow_link() are now
+ * replaced with a single function lookup_dentry() that can handle all
  * the special cases of the former code.
  *
  * With the new dcache, the pathname is stored at each inode, at least as