xfs: reformat the xfs_fs_free prototype
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Aug 2023 22:05:33 +0000 (15:05 -0700)
committerChristian Brauner <brauner@kernel.org>
Thu, 10 Aug 2023 08:34:53 +0000 (10:34 +0200)
commitdbbff489064d89391c4f0c7a73e77e61ce29fe96
treedd994b7df85478c124e3dc605e863809a1a2c245
parent6a3207395563f724d91231ec0aa7c4d95bf9591d
xfs: reformat the xfs_fs_free prototype

The xfs_fs_free prototype formatting is a weird mix of the classic XFS
style and the Linux style.  Fix it up to be consistent.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Message-Id: <20230809220545.1308228-2-hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/xfs/xfs_super.c