xfs: fix silly whitespace problems with kernel libxfs
authorDarrick J. Wong <djwong@kernel.org>
Fri, 6 Aug 2021 18:05:44 +0000 (11:05 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 9 Aug 2021 18:13:17 +0000 (11:13 -0700)
Fix a few whitespace errors such as spaces at the end of the line, etc.
This gets us back to something more closely resembling parity.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_attr_leaf.c
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_ialloc.c
fs/xfs/libxfs/xfs_rmap_btree.h

index b910bd2099497891bfbba4fd32afe105ed9448da..b277e0511cdd9de0568f987700920cd53e42d237 100644 (file)
@@ -576,7 +576,7 @@ xfs_attr_shortform_bytesfit(
        switch (dp->i_df.if_format) {
        case XFS_DINODE_FMT_EXTENTS:
                /*
-                * If there is no attr fork and the data fork is extents, 
+                * If there is no attr fork and the data fork is extents,
                 * determine if creating the default attr fork will result
                 * in the extents form migrating to btree. If so, the
                 * minimum offset only needs to be the space required for
index 76e2461b9e663f9ea71feb86a0623e27e53cffd0..37570cf0537e6301ea5dd344a3ad7f63fda4af77 100644 (file)
@@ -9,7 +9,7 @@
 /*
  * XFS On Disk Format Definitions
  *
- * This header file defines all the on-disk format definitions for 
+ * This header file defines all the on-disk format definitions for
  * general XFS objects. Directory and attribute related objects are defined in
  * xfs_da_format.h, which log and log item formats are defined in
  * xfs_log_format.h. Everything else goes here.
index aaf8805a82df08af6dd2517e0e4fc56b86261f08..19eb7ec0103f131691cdae06a62a56b36d9af493 100644 (file)
@@ -1994,7 +1994,7 @@ xfs_difree_inobt(
                        goto error0;
                }
 
-               /* 
+               /*
                 * Change the inode free counts and log the ag/sb changes.
                 */
                be32_add_cpu(&agi->agi_freecount, 1);
index 88d8d18788a2cf44e008dc59a8d85b3f3db0d48f..f2eee6572af4a40ee3fd49a23036432f9fff18fd 100644 (file)
@@ -59,4 +59,4 @@ extern xfs_extlen_t xfs_rmapbt_max_size(struct xfs_mount *mp,
 extern int xfs_rmapbt_calc_reserves(struct xfs_mount *mp, struct xfs_trans *tp,
                struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
 
-#endif /* __XFS_RMAP_BTREE_H__ */
+#endif /* __XFS_RMAP_BTREE_H__ */