From: Randy Dunlap Date: Tue, 15 Sep 2020 19:59:38 +0000 (-0400) Subject: xfs: delete duplicated words + other fixes X-Git-Tag: v5.9.0-rc0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=809c2c46839e36140ee2304df9263ee32547dc55;p=thirdparty%2Fxfsprogs-dev.git xfs: delete duplicated words + other fixes 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 To: linux-fsdevel@vger.kernel.org Cc: Darrick J. Wong Cc: linux-xfs@vger.kernel.org Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_sb.c b/libxfs/xfs_sb.c index 7e73b405b..302eea167 100644 --- a/libxfs/xfs_sb.c +++ b/libxfs/xfs_sb.c @@ -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);