net: hns3: cae security review
driver inclusion category: cleanup bugzilla: NA CVE: NA ---------------------------------------------------------- This patch is dedicated to solve some review issues: 1.bool type variables are initialized at declaration; 2.Pointer variables are properly initialized at declaration 3.Certain prevailing input paraemeters, 'priv' in specific, of pointer type whose associated memory is not expected to be modified in principle, is specified as a pointer to const data type; 4.Handle functions in cae_ext are renamed to present the code in a straightforward while informative manner; Signed-off-by: Ngaoxun <gaoxun3@huawei.com> Reviewed-by: Ndengweiwei <dengweiwei@huawei.com> Reviewed-by:chenjunxin <chenjunxin1@huawei.com> Reviewed-by:youshengzui <youshengzui@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录