Re: [Cocci] [PATCH v2] coccinelle: misc: add excluded_middle.cocci script

2020-09-21 Thread Julia Lawall
On Mon, 21 Sep 2020, Denis Efremov wrote: > Check for !A || A && B condition. It's equivalent to !A || B. > > Signed-off-by: Denis Efremov Applied, thanks. > --- > Changes in v2: > - spelling mistake fixed > - position variable moved on the && operator > - patch pattern changed to - (A &&

[Cocci] [PATCH v2] coccinelle: misc: add excluded_middle.cocci script

2020-09-21 Thread Denis Efremov
Check for !A || A && B condition. It's equivalent to !A || B. Signed-off-by: Denis Efremov --- Changes in v2: - spelling mistake fixed - position variable moved on the && operator - patch pattern changed to - (A && B) - word "condition" removed from warning message scripts/coccinelle/misc/e