Skip to content

Commit 5e9466a

Browse files
liunxXswDarrick J. Wong
authored andcommitted
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>
1 parent 001c179 commit 5e9466a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

fs/xfs/xfs_extfree_item.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ xfs_efi_copy_format(xfs_log_iovec_t *buf, xfs_efi_log_format_t *dst_efi_fmt)
188188
{
189189
xfs_efi_log_format_t *src_efi_fmt = buf->i_addr;
190190
uint i;
191-
uint len = sizeof(xfs_efi_log_format_t) +
192-
(src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_t);
193-
uint len32 = sizeof(xfs_efi_log_format_32_t) +
194-
(src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_32_t);
195-
uint len64 = sizeof(xfs_efi_log_format_64_t) +
196-
(src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_64_t);
191+
uint len = sizeof(xfs_efi_log_format_t) +
192+
(src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_t);
193+
uint len32 = sizeof(xfs_efi_log_format_32_t) +
194+
(src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_32_t);
195+
uint len64 = sizeof(xfs_efi_log_format_64_t) +
196+
(src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_64_t);
197197

198198
if (buf->i_len == len) {
199199
memcpy((char *)dst_efi_fmt, (char*)src_efi_fmt, len);

fs/xfs/xfs_log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ xlog_calc_iclog_size(
20042004
}
20052005

20062006
/*
2007-
* Flush out the in-core log (iclog) to the on-disk log in an asynchronous
2007+
* Flush out the in-core log (iclog) to the on-disk log in an asynchronous
20082008
* fashion. Previously, we should have moved the current iclog
20092009
* ptr in the log to point to the next available iclog. This allows further
20102010
* write to continue while this code syncs out an iclog ready to go.

0 commit comments

Comments
 (0)