From: Darrick J. Wong Date: Fri, 1 Oct 2021 19:15:19 +0000 (-0400) Subject: libxfs: fix whitespace inconsistencies with kernel X-Git-Tag: libxfs-5.14-sync_2021-10-16~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fb63e2a264e081055854c99ad10263f42c4cc0a;p=thirdparty%2Fxfsprogs-dev.git libxfs: fix whitespace inconsistencies with kernel Fix a few places where the whitespace isn't an exact match for the kernel. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_btree.h b/libxfs/xfs_btree.h index 0f790234b..10e50cbac 100644 --- a/libxfs/xfs_btree.h +++ b/libxfs/xfs_btree.h @@ -88,7 +88,7 @@ uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum); */ #define XFS_BTREE_STATS_INC(cur, stat) \ XFS_STATS_INC_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat) -#define XFS_BTREE_STATS_ADD(cur, stat, val) \ +#define XFS_BTREE_STATS_ADD(cur, stat, val) \ XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->bc_statoff + __XBTS_ ## stat, val) #define XFS_BTREE_MAXLEVELS 9 /* max of all btrees */ diff --git a/libxfs/xfs_rmap_btree.h b/libxfs/xfs_rmap_btree.h index 08c57deee..35b81fc8a 100644 --- a/libxfs/xfs_rmap_btree.h +++ b/libxfs/xfs_rmap_btree.h @@ -4,7 +4,7 @@ * All Rights Reserved. */ #ifndef __XFS_RMAP_BTREE_H__ -#define __XFS_RMAP_BTREE_H__ +#define __XFS_RMAP_BTREE_H__ struct xfs_buf; struct xfs_btree_cur;