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 | ||
| eeprom_at2x_emul.c | ||
| eeprom_at2x.c | ||
| eeprom_emulator.c | ||
| eeprom_fake.c | ||
| eeprom_handlers.c | ||
| eeprom_lpc11u6x.c | ||
| eeprom_mchp_xec.c | ||
| eeprom_shell.c | ||
| eeprom_simulator.c | ||
| eeprom_stm32.c | ||
| eeprom_tmp116.c | ||
| Kconfig | ||
| Kconfig.eeprom_emu | ||
| Kconfig.lpc11u6x | ||
| Kconfig.stm32 | ||
| Kconfig.tmp116 | ||
| Kconfig.xec | ||