提交 5626de1e 编写于 作者: L Liao Pingfang 提交者: Jan Kara

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/1590714150-15895-1-git-send-email-wang.yi59@zte.com.cnSigned-off-by: NLiao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: NJan Kara <jack@suse.cz>
上级 91a08715
......@@ -1066,7 +1066,7 @@ int reiserfs_get_block(struct inode *inode, sector_t block,
} 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
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册