commit | 282c0a4d15b6d44b4684e2a4e19785c9fbcc102f | [log] [tgz] |
---|---|---|
author | Jiele Zhao <unclexiaole@gmail.com> | Wed Apr 07 01:44:38 2021 +0000 |
committer | Mimi Zohar <zohar@linux.ibm.com> | Fri Apr 09 12:17:52 2021 -0400 |
tree | a4ef80dcd589420b2a5c65ef25ebc166353fc930 | |
parent | 41d75dd96205ef409f20556021f6e44860f2acce [diff] |
integrity: Add declarations to init_once void arguments. init_once is a callback to kmem_cache_create. The parameter type of this function is void *, so it's better to give a explicit cast here. Signed-off-by: Jiele Zhao <unclexiaole@gmail.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>