xfs: reformat the xfs_fs_free prototype
[platform/kernel/linux-starfive.git] / fs / xfs / xfs_super.c
index 8185102..79c1dd9 100644 (file)
@@ -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;