reiserfs: Replace kmalloc with kcalloc in the comment
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Fri, 29 May 2020 01:02:30 +0000 (09:02 +0800)
committerJan Kara <jack@suse.cz>
Fri, 29 May 2020 06:51:39 +0000 (08:51 +0200)
commit5626de1e96f75cc4bede0743ac994e504e2e7726
tree6ad4c798dfb71704fc915a0d2df71cf3b7701732
parent91a087153d9db2aaabd4fddcb3fa12fa10168136
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.cn
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/reiserfs/inode.c