From: Darrick J. Wong Date: Tue, 13 Jul 2021 21:18:01 +0000 (-0700) Subject: libxfs: fix whitespace inconsistencies with kernel X-Git-Tag: libxfs-5.14-sync_2021-07-28~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afb1db4de31125827824a6969fed62df6c939c2f;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 --- 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;