diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-08-06 20:05:44 +0200 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-08-09 20:13:17 +0200 |
commit | b7df7630cccd103671b14b946bcdb3b14be75d68 (patch) | |
tree | 10e8d06cbb40d30b8b79bfa1eaed2cec56886f97 /fs/xfs/libxfs/xfs_attr_leaf.c | |
parent | xfs: throttle inode inactivation queuing on memory reclaim (diff) | |
download | linux-b7df7630cccd103671b14b946bcdb3b14be75d68.tar.xz linux-b7df7630cccd103671b14b946bcdb3b14be75d68.zip |
xfs: fix silly whitespace problems with kernel libxfs
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>
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_leaf.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_attr_leaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_leaf.c b/fs/xfs/libxfs/xfs_attr_leaf.c index b910bd209949..b277e0511cdd 100644 --- a/fs/xfs/libxfs/xfs_attr_leaf.c +++ b/fs/xfs/libxfs/xfs_attr_leaf.c @@ -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 |