aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/util.c')
-rw-r--r--kernel/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/util.c b/kernel/util.c
index fa5b082..003f8b2 100644
--- a/kernel/util.c
+++ b/kernel/util.c
@@ -40,9 +40,9 @@ int __init fuse_init(void)
return 0;
- err_fs_cleanup:
+ err_fs_cleanup:
fuse_fs_cleanup();
- err:
+ err:
return res;
}