From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Date: Wed, 7 Aug 2013 10:10:58 +0000 (+0000) Subject: xfs: fix the comment of xfs_check_sizes() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git xfs: fix the comment of xfs_check_sizes() Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com> --- diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index 85b6aaa89e51..6e69e8a00671 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c @@ -527,7 +527,7 @@ xfs_set_inoalignment(xfs_mount_t *mp) } /* - * Check that the data (and log if separate) are an ok size. + * Check that the data (and log if separate) is an ok size. */ STATIC int xfs_check_sizes(xfs_mount_t *mp)