Skip to content
Commit a9f69bd5 authored by Shobhit Kukreti's avatar Shobhit Kukreti Committed by Greg Kroah-Hartman
Browse files

staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)



Resolve checkpatch warning:
Prefer kzalloc(sizeof(*ptr)...) over kzalloc(sizeof(struct ..)

Signed-off-by: default avatarShobhit Kukreti <shobhitkukreti@gmail.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Reviewed-by: default avatarGao Xiang <gaoxiang25@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent de3728dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment