Ricardo Ribalda e4655196e2 coccinelle: misc: minmax: Suppress reports for err returns
Most of the people prefer:

return ret < 0 ? ret: 0;

than:

return min(ret, 0);

Let's tweak the cocci file to ignore those lines completely.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
2024-05-20 21:31:20 +02:00
..
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00
2021-05-01 21:23:56 +02:00
2022-08-07 21:30:36 +02:00
2022-08-07 21:30:36 +02:00