zephyr/samples/net
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
..
capture samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
cloud samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
common
dhcpv4_client samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
dns_resolve samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
dsa samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
eth_native_posix samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
gptp samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
gsm_modem shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
ipv4_autoconf samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lldp samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
lwm2m_client samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mdns_responder samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mqtt_publisher samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mqtt_sn_publisher samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
openthread/coprocessor samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
promiscuous_mode shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
sockets shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
stats samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
syslog_net samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
telnet samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
virtual samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
vlan samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
wifi samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
wpan_serial samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
wpanusb samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
zperf samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
net.rst