From: Darrick J. Wong <djwong@xxxxxxxxxx> Fix a few places where the whitespace isn't an exact match for the kernel. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- libxfs/xfs_btree.h | 2 +- libxfs/xfs_rmap_btree.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libxfs/xfs_btree.h b/libxfs/xfs_btree.h index 0f790234..10e50cba 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 08c57dee..35b81fc8 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;