From: Christoph Hellwig Date: Wed, 9 Aug 2023 22:05:33 +0000 (-0700) Subject: xfs: reformat the xfs_fs_free prototype X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dbbff489064d89391c4f0c7a73e77e61ce29fe96;p=linux.git 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 Reviewed-by: "Darrick J. Wong" Message-Id: <20230809220545.1308228-2-hch@lst.de> Signed-off-by: Christian Brauner --- diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 8185102431301..79c1dd9435c27 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -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;