]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs: delete duplicated words + other fixes
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 15 Sep 2020 19:59:38 +0000 (15:59 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 15 Sep 2020 19:59:38 +0000 (15:59 -0400)
Source kernel commit: b63da6c8dfa9b2ab3554e8c59ef294d1f28bb9bd

Delete repeated words in fs/xfs/.
{we, that, the, a, to, fork}
Change "it it" to "it is" in one location.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
To: linux-fsdevel@vger.kernel.org
Cc: Darrick J. Wong <darrick.wong@oracle.com>
Cc: linux-xfs@vger.kernel.org
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_sb.c

index 7e73b405b1b8a4a69b436b75eb95fd3df9de5497..302eea167f4e3e3243b852fea296401ec3526797 100644 (file)
@@ -577,7 +577,7 @@ xfs_sb_quota_to_disk(
         * disk. If neither are active, we should NULL the inode.
         *
         * In all cases, the separate pquotino must remain 0 because it
-        * it beyond the "end" of the valid non-pquotino superblock.
+        * is beyond the "end" of the valid non-pquotino superblock.
         */
        if (from->sb_qflags & XFS_GQUOTA_ACCT)
                to->sb_gquotino = cpu_to_be64(from->sb_gquotino);