arm64: fix return value type of memcpy_mcs()
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I6AQE8 CVE: NA ------------------------------- The return value type of function memcpy_mcs() should be unsigned long. Currently, using this function will force type conversion, but the error of the return value type must be corrected. Fixes: 7aaf7c57 ("arm64: introduce copy_mc_to_kernel() implementation") Signed-off-by: NTong Tiangen <tongtiangen@huawei.com>
Showing
想要评论请 注册 或 登录