aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiao Pingfang <[email protected]>2020-05-29 09:02:30 +0800
committerJan Kara <[email protected]>2020-05-29 08:51:39 +0200
commit5626de1e96f75cc4bede0743ac994e504e2e7726 (patch)
tree6ad4c798dfb71704fc915a0d2df71cf3b7701732
parent91a087153d9db2aaabd4fddcb3fa12fa10168136 (diff)
reiserfs: Replace kmalloc with kcalloc in the comment
Use kcalloc instead of kmalloc in the comment according to the previous kcalloc() call. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Liao Pingfang <[email protected]> Signed-off-by: Jan Kara <[email protected]>
-rw-r--r--fs/reiserfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c
index 6419e6dacc39..21ad762c9ac6 100644
--- a/fs/reiserfs/inode.c
+++ b/fs/reiserfs/inode.c
@@ -1066,7 +1066,7 @@ research:
} else {
/* paste hole to the indirect item */
/*
- * If kmalloc failed, max_to_insert becomes
+ * If kcalloc failed, max_to_insert becomes
* zero and it means we only have space for
* one block
*/