vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
authorIngo Molnar <mingo@kernel.org>
Wed, 28 Feb 2018 08:39:48 +0000 (09:39 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 19 Mar 2018 05:07:42 +0000 (01:07 -0400)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ocfs2/dlmglue.c
fs/xfs/xfs_aops.c

index 9479f99c2145c623c9c740eda6ac8c3e21b93a67..b552d1f8508c73f47d129ad943e7b4e7f34a9301 100644 (file)
@@ -3537,7 +3537,7 @@ static int ocfs2_downconvert_lock(struct ocfs2_super *osb,
         * On DLM_LKF_VALBLK, fsdlm behaves differently with o2cb. It always
         * expects DLM_LKF_VALBLK being set if the LKB has LVB, so that
         * we can recover correctly from node failure. Otherwise, we may get
-        * invalid LVB in LKB, but without DLM_SBF_VALNOTVALID being set.
+        * invalid LVB in LKB, but without DLM_SBF_VALNOTVALID being set.
         */
        if (!ocfs2_is_o2cb_active() &&
            lockres->l_ops->flags & LOCK_TYPE_USES_LVB)
index 9c6a830da0eec4663c04b5c58606962139598890..8233dd9a82db93c58f0a1c245488de216a3b67b0 100644 (file)
@@ -1390,7 +1390,7 @@ xfs_vm_bmap(
 
        /*
         * The swap code (ab-)uses ->bmap to get a block mapping and then
-        * bypasseѕ the file system for actual I/O.  We really can't allow
+        * bypasses the file system for actual I/O.  We really can't allow
         * that on reflinks inodes, so we have to skip out here.  And yes,
         * 0 is the magic code for a bmap error.
         *