zephyr/scripts/coccinelle
Flavio Ceolin 8aec087268 kernel: Fix bitwise operators with unsigned operators
Bitwise operators should be used only with unsigned integer operands
because the result os bitwise operations on signed integers are
implementation-defined.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-16 19:47:41 -07:00
..
irq_lock.cocci
unsigned_shift.cocci kernel: Fix bitwise operators with unsigned operators 2018-08-16 19:47:41 -07:00