zephyr/subsys/bluetooth/mesh/shell
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on struct shell
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>
2023-04-14 12:21:08 +02:00
..
blob.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
blob.h Bluetooth: Mesh: DFU and BLOB models in shell 2023-03-06 13:52:15 +01:00
cfg.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
CMakeLists.txt tests: bluetooth: mesh: add Proxy Solicitation to shell 2023-03-06 13:52:15 +01:00
dfd.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
dfu.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
dfu.h Bluetooth: Mesh: DFU and BLOB models in shell 2023-03-06 13:52:15 +01:00
health.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
Kconfig Bluetooth: Mesh: Add Opcodes Aggregator models to shell 2023-03-06 13:52:15 +01:00
large_comp_data.c shell: Add Large Composition Data Server 2023-03-06 13:52:15 +01:00
od_priv_proxy.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
op_agg.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
priv_beacon.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
rpr.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
sar.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
shell.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
sol_pdu_rpl.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
utils.c Bluetooth: Mesh: Shell: Align parameter docs 2023-04-12 13:04:42 +02:00
utils.h shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00