[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f7dad682-a251-ba8f-4c25-874f511295fc@web.de>
Date: Thu, 29 Aug 2019 22:07:52 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: Denis Efremov <efremov@...ux.com>,
Gilles Muller <Gilles.Muller@...6.fr>,
Julia Lawall <Julia.Lawall@...6.fr>,
Joe Perches <joe@...ches.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Michal Marek <michal.lkml@...kovi.net>,
Nicolas Palix <nicolas.palix@...g.fr>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
cocci@...teme.lip6.fr
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] scripts: coccinelle: check for !(un)?likely usage
> +@...ipt: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
Powered by blists - more mailing lists