zephyr/scripts/coccinelle
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
array_size.cocci
const_config_info.cocci scripts/coccinelle: add script to preserve const qualifier on config_info 2020-05-13 18:21:52 +02:00
deref_null.cocci
identifier_length.cocci
ignore_return.cocci
int_ms_to_timeout.cocci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq_lock.cocci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
macros.h scripts/cocci: add Zephyr macro file 2020-05-05 06:15:04 -04:00
mini_lock.cocci
ms_timeout.cocci scripts/coccinelle: add script to convert legacy timeout values 2020-04-30 18:26:26 +02:00
noderef.cocci
returnvar.cocci
semicolon.cocci
unsigned_lesser_than_zero.cocci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
unsigned_shift.cocci
unsigned_suffix.cocci