On Fri, Nov 15, 2019 at 01:35:31PM -0600, Eric Sandeen wrote: > Not quite sure how these crept in but now's as good a time as any > to remove stray newline deltas vs. the kernel code. > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Looks ok, Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --D > --- > > diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h > index 5dba5fbc..6ca43c73 100644 > --- a/libxfs/xfs_fs.h > +++ b/libxfs/xfs_fs.h > @@ -755,6 +755,7 @@ struct xfs_scrub_metadata { > # define XFS_XATTR_LIST_MAX 65536 > #endif > > + > /* > * ioctl commands that are used by Linux filesystems > */ > @@ -825,7 +826,6 @@ struct xfs_scrub_metadata { > #define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom) > #define XFS_IOC_BULKSTAT _IOR ('X', 127, struct xfs_bulkstat_req) > #define XFS_IOC_INUMBERS _IOR ('X', 128, struct xfs_inumbers_req) > - > /* XFS_IOC_GETFSUUID ---------- deprecated 140 */ > > /* reflink ioctls; these MUST match the btrfs ioctl definitions */ > diff --git a/libxfs/xfs_inode_buf.c b/libxfs/xfs_inode_buf.c > index fbdce4d6..4859b739 100644 > --- a/libxfs/xfs_inode_buf.c > +++ b/libxfs/xfs_inode_buf.c > @@ -15,6 +15,7 @@ > #include "xfs_ialloc.h" > #include "xfs_dir2.h" > > + > /* > * Check that none of the inode's in the buffer have a next > * unlinked field of 0. > diff --git a/libxfs/xfs_trans_inode.c b/libxfs/xfs_trans_inode.c > index 3a09ee76..7fa0c184 100644 > --- a/libxfs/xfs_trans_inode.c > +++ b/libxfs/xfs_trans_inode.c > @@ -11,6 +11,7 @@ > #include "xfs_inode.h" > #include "xfs_trans.h" > > + > /* > * Add a locked inode to the transaction. > * >