nuttx/net/devif
YAMAMOTO Takashi 9087eb6d84 net/devif/devif_callback.c: Remove a redundant assignment
Found by clang-check:

devif/devif_callback.c:508:7: warning: Value stored to 'cb' is never read
      cb = next;
      ^    ~~~~
1 warning generated.
2020-07-30 16:16:21 +02:00
..
devif_callback.c net/devif/devif_callback.c: Remove a redundant assignment 2020-07-30 16:16:21 +02:00
devif_cansend.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
devif_forward.c
devif_initialize.c Correct some problems with network timed events when there are multiple network devices in the configuration. 2019-12-24 10:37:30 -06:00
devif_iobsend.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
devif_loopback.c Fix typos in comments 2020-03-03 09:11:57 -06:00
devif_pktsend.c
devif_poll.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
devif_send.c
devif.h net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
ipv4_input.c net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options. 2019-08-31 12:25:30 -06:00
ipv6_input.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
Make.defs net: Add SocketCAN support 2020-06-15 08:07:19 -06:00