+1
−2
Loading
Replace kmalloc+memset by kzalloc for better readability and simplicity. This addresses the warning below: WARNING: kzalloc should be used for data, instead of kmalloc/memset Signed-off-by:Gongwei Li <ligongwei@kylinos.cn> [PM: subject and description tweaks] Signed-off-by:
Paul Moore <paul@paul-moore.com>