Skip to content
Commit e4655196 authored by Ricardo Ribalda's avatar Ricardo Ribalda Committed by Julia Lawall
Browse files

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: default avatarRicardo Ribalda <ribalda@chromium.org>
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
parent 96fca68c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment