Re: [PATCH v2] scripts: coccinelle: check for !(un)?likely usage

From: Markus Elfring
Date: Thu Aug 29 2019 - 16:08:24 EST


> +@script:python depends on report && r1@
> +p << r1.p;
> +@@
> +
> +coccilib.report.print_report(p[0],
> + "unlikely(!x) is more readable than !likely(x)")

Can alignment matter for the string literal together with
the first method parameter?

Regards,
Markus