diff options
author | Xie Shaowen <studentxswpy@163.com> | 2022-07-31 18:20:25 +0200 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2022-07-31 18:21:27 +0200 |
commit | 5e9466a5d0604e20082d828008047b3165592caf (patch) | |
tree | 64b57538cd794dafad9a080bb45f63c9b5dc8ab5 /fs/xfs/xfs_log.c | |
parent | xfs: fix NULL pointer dereference in xfs_getbmap() (diff) | |
download | linux-5e9466a5d0604e20082d828008047b3165592caf.tar.xz linux-5e9466a5d0604e20082d828008047b3165592caf.zip |
xfs: delete extra space and tab in blank line
delete extra space and tab in blank line, there is no functional change.
Reported-by: Hacash Robot <hacashRobot@santino.com>
Signed-off-by: Xie Shaowen <studentxswpy@163.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 498cbb49392b..4b1c0a9c6368 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -2004,7 +2004,7 @@ xlog_calc_iclog_size( } /* - * Flush out the in-core log (iclog) to the on-disk log in an asynchronous + * Flush out the in-core log (iclog) to the on-disk log in an asynchronous * fashion. Previously, we should have moved the current iclog * ptr in the log to point to the next available iclog. This allows further * write to continue while this code syncs out an iclog ready to go. |