qemu-e2k/scripts/coccinelle
Laurent Vivier ac4e29f100 coccinelle: add a script to remove useless casts
Script from LKML.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2016-09-15 15:32:22 +03:00
..
err-bad-newline.cocci error: Strip trailing '\n' from error string arguments (again) 2016-08-08 09:00:44 +02:00
error_propagate_null.cocci error: Remove NULL checks on error_propagate() calls 2016-06-20 16:38:13 +02:00
overflow_muldiv64.cocci scripts: add muldiv64() checking coccinelle scripts 2016-06-07 18:02:49 +03:00
remove_local_err.cocci error: Remove unnecessary local_err variables 2016-06-20 16:38:13 +02:00
remove_muldiv64.cocci scripts: add muldiv64() checking coccinelle scripts 2016-06-07 18:02:49 +03:00
return_directly.cocci coccinelle: Remove unnecessary variables for function return value 2016-06-20 16:38:13 +02:00
round.cocci coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) 2016-06-07 18:19:24 +03:00
simplify_muldiv64.cocci scripts: add muldiv64() checking coccinelle scripts 2016-06-07 18:02:49 +03:00
swap_muldiv64.cocci scripts: add muldiv64() checking coccinelle scripts 2016-06-07 18:02:49 +03:00
typecast.cocci coccinelle: add a script to remove useless casts 2016-09-15 15:32:22 +03:00