Re: [PATCH 1/4 v2] coccinelle: platform_get_irq: simplify context case

From: Markus Elfring
Date: Wed Nov 20 2019 - 09:33:32 EST


> if ( \( ret < 0 \| ret <= 0 \) )

Can it make sense to specify the comparison by a constraint for
a metavariable of the type âbinary operatorâ instead of a SmPL disjunction?

Regards,
Markus