MISRA Rule 5.7 requires uniqueness of tag identifiers. Shell is frequently problematic because many code uses `const struct shell *shell`. This causes CI noise every time one of these shell files is edited, so let's update all of them with `const struct shell *sh` instead. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ht16k33.c | ||
| Kconfig | ||
| Kconfig.gpio | ||
| Kconfig.ht16k33 | ||
| Kconfig.lp503x | ||
| Kconfig.lp3943 | ||
| Kconfig.lp5562 | ||
| Kconfig.pca9633 | ||
| Kconfig.pwm | ||
| Kconfig.tlc59108 | ||
| Kconfig.xec | ||
| led_context.h | ||
| led_gpio.c | ||
| led_handlers.c | ||
| led_mchp_xec.c | ||
| led_pwm.c | ||
| led_shell.c | ||
| lp503x.c | ||
| lp3943.c | ||
| lp5562.c | ||
| pca9633.c | ||
| tlc59108.c | ||