From ac0e300fa5d36e4c35fdf417473a874b5b6551d0 Mon Sep 17 00:00:00 2001 From: Zhi Yong Wu Date: Wed, 7 Aug 2013 10:11:02 +0000 Subject: [PATCH] xfs: fix the comment of xlog_write_setup_copy() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- fs/xfs/xfs_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index b5703ccd533e..0b8f46d15412 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -2089,7 +2089,7 @@ xlog_write_setup_ophdr( * Set up the parameters of the region copy into the log. This has * to handle region write split across multiple log buffers - this * state is kept external to this function so that this code can - * can be written in an obvious, self documenting manner. + * be written in an obvious, self documenting manner. */ static int xlog_write_setup_copy( -- 2.34.1