commit | a9f69bd555ccfa64e3460ed7c5321e1f1c34536d | [log] [tgz] |
---|---|---|
author | Shobhit Kukreti <shobhitkukreti@gmail.com> | Wed Jun 26 22:31:18 2019 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 01 08:45:04 2019 +0200 |
tree | 75e83f0b5d746a006d204e389f9748fe1d9c29b3 | |
parent | de3728dcd3428620c108c7a23843c6ac15541585 [diff] |
staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr) Resolve checkpatch warning: Prefer kzalloc(sizeof(*ptr)...) over kzalloc(sizeof(struct ..) Signed-off-by: Shobhit Kukreti <shobhitkukreti@gmail.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Reviewed-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>