[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <3929edc17e96d5d89334c8ee3072f9e939d6dc3b.1616840203.git.unixbhaskar@gmail.com>
Date: Sat, 27 Mar 2021 16:00:06 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: tytso@....edu, adilger.kernel@...ger.ca
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>,
linux-ext4@...r.kernel.org, rdunlap@...radead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/8] EXT4: namei.c: Fixed a typo
s/contiuation/continuation/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
fs/ext4/namei.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
index 883e2a7cd4ab..3eb07053ca3c 100644
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@ -956,7 +956,7 @@ static int ext4_htree_next_block(struct inode *dir, __u32 hash,
* If the hash is 1, then continue only if the next page has a
* continuation hash of any value. This is used for readdir
* handling. Otherwise, check to see if the hash matches the
- * desired contiuation hash. If it doesn't, return since
+ * desired continuation hash. If it doesn't, return since
* there's no point to read in the successive index pages.
*/
bhash = dx_get_hash(p->at);
--
2.26.2
Powered by blists - more mailing lists