> On Aug 5, 2024, at 14:46, zhangyongde.zyd <zhangwar...@gmail.com> wrote:
> 
> From: Wardenjohn <zhangwar...@gmail.com>
> 
> 
> static void klp_init_func_early(struct klp_object *obj,
> struct klp_func *func)
> {
> + func->using = false;
> kobject_init(&func->kobj, &klp_ktype_func);
> list_add_tail(&func->node, &obj->func_list);
> }

I reviewed my mail again and found some typos and point them out first.

func->using = false
is a remaining mistake by the previous patch which will remove in the next 
patch.

> 
> + * 
> + * When this patch is in transition, all functions of this patch will
> + * set to be unknown
> */
This comment is left and become useless, it will be removed     in the next 
patch.

Thanks!
Wardenjohn.

Reply via email to