Re: [PATCH v3] coccinelle: api: add kvfree script

From: Denis Efremov
Date: Thu Jul 30 2020 - 10:05:33 EST



> +
> +@script: python depends on org@
> +v << kfree.v;
> +p << kfree.p;
> +@@
> +
> +msg = "WARNING: vmalloc is used to allocate this memory at line %s" % (v[0].line)
> +coccilib.org.print_todo(p[0],

Just noticed this error. I will resend the patch in 5mins.

Regards,
Denis