]> Git Repo - linux.git/commitdiff
reiserfs: Replace kmalloc with kcalloc in the comment
authorLiao Pingfang <[email protected]>
Fri, 29 May 2020 01:02:30 +0000 (09:02 +0800)
committerJan Kara <[email protected]>
Fri, 29 May 2020 06:51:39 +0000 (08:51 +0200)
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]>
fs/reiserfs/inode.c

index 6419e6dacc394dd0e3290a4fefe6af35b06039b2..21ad762c9ac6bc40bbf71b6d9c1d12360a391497 100644 (file)
@@ -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
                                 */
This page took 0.053689 seconds and 4 git commands to generate.