zephyr/scripts/checkpatch
Gerard Marull-Paretas 0a4b248047 scripts: checkpatch: add Atmel Pwm typedef
Add Atmel Pwm typedef so that when doing `Pwm * const pwm` definition
checkpatch doesn't complain about the position of the '*'. If not added,
we must define `Pwm *const pwm` to make checkpatch happy, but,
clang-format results in `Pwm * const pwm` (correct).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-07-12 17:51:23 +02:00
..
check_known_checkpatch_issues.sh
do_checkpatch.sh
maintainer-checkpatch.bash
timestamp
typedefsfile scripts: checkpatch: add Atmel Pwm typedef 2022-07-12 17:51:23 +02:00