nuttx/drivers/net
Gregory Nutt 62c1389825 Fix warnings noted in PR build checks:
net/telnet.c:1317:40: warning: result of comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always true [-Wtautological-constant-out-of-range-compare]
                      if (priv->td_pending < CONFIG_TELNET_RXBUFFER_SIZE)
                          ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~

    time/lib_localtime.c:569:32: warning: sizeof on pointer operation will return size of 'char *' instead of 'char [33]' [-Wsizeof-array-decay]
              sizeof(lsp->fullname - 1) <= strlen(p) + strlen(name))
                     ~~~~~~~~~~~~~ ^
2020-04-13 02:09:34 +08:00
..
dm90x0.c Fix typos in comments 2020-03-03 09:11:57 -06:00
enc28j60.c Fix typos in comments 2020-03-03 09:11:57 -06:00
enc28j60.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
encx24j600.c Fix typos in comments 2020-03-03 09:11:57 -06:00
encx24j600.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
ftmac100.c Fix typos in comments 2020-03-03 09:11:57 -06:00
Kconfig Introduce CONFIG_DEFAULT_TASK_STACKSIZE 2020-03-26 22:30:13 -05:00
lan91c111.c Fix typos in comments 2020-03-03 09:11:57 -06:00
lan91c111.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
loopback.c Fix typos in comments 2020-03-03 09:11:57 -06:00
Make.defs Remove NETDEV_LOOPBACK option, NET_LOOPBACK is enough 2020-02-02 08:25:06 -06:00
phy_notify.c Check return from nxsem_wait_initialize() 2020-03-31 20:12:21 +01:00
rpmsgdrv.c Fix typos in comments 2020-03-03 09:11:57 -06:00
skeleton.c Fix typos in comments 2020-03-03 09:11:57 -06:00
slip.c Check return from nxsem_wait_initialize() 2020-03-31 20:12:21 +01:00
telnet.c Fix warnings noted in PR build checks: 2020-04-13 02:09:34 +08:00
tun.c Check return from nxsem_wait_initialize() 2020-04-01 14:20:04 -03:00