diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-08-06 21:05:44 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-08-09 21:13:17 +0300 |
commit | b7df7630cccd103671b14b946bcdb3b14be75d68 (patch) | |
tree | 10e8d06cbb40d30b8b79bfa1eaed2cec56886f97 /fs/xfs/libxfs/xfs_format.h | |
parent | 40b1de007aca4f9ec4ee4322c29f026ebb60ac96 (diff) | |
download | linux-b7df7630cccd103671b14b946bcdb3b14be75d68.tar.xz |
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_format.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_format.h b/fs/xfs/libxfs/xfs_format.h index 76e2461b9e66..37570cf0537e 100644 --- a/fs/xfs/libxfs/xfs_format.h +++ b/fs/xfs/libxfs/xfs_format.h @@ -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. |