summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index b9cc831ec..109219e0d 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -799,5 +799,5 @@ void __init filescache_init(void)
SLAB_HWCACHE_ALIGN,
NULL, NULL);
if (!files_cachep)
- panic("Cannot create files cache");
+ panic("Cannot create files cache");
}