Commit dbbff489 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christian Brauner

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: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatar"Darrick J. Wong" <djwong@kernel.org>
Message-Id: <20230809220545.1308228-2-hch@lst.de>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 6a320739
......@@ -1934,7 +1934,8 @@ xfs_fs_reconfigure(
return 0;
}
static void xfs_fs_free(
static void
xfs_fs_free(
struct fs_context *fc)
{
struct xfs_mount *mp = fc->s_fs_info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment