You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/01/11 16:43:30 UTC

[incubator-nuttx] branch master updated (bb09471 -> 98f431d)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from bb09471  inet_close: ensure the TCP_CLOSE can be delivered normally
     add 98f431d  net/:  Run all .c files under net/ through tools/nxstyle and fix all resulting complaints.

No new revisions were added by this update.

Summary of changes:
 net/bluetooth/bluetooth_poll.c    |  3 ++-
 net/icmp/icmp_sendto.c            |  3 ++-
 net/icmpv6/icmpv6_autoconfig.c    |  5 ++--
 net/icmpv6/icmpv6_poll.c          |  2 +-
 net/icmpv6/icmpv6_radvertise.c    |  5 ++--
 net/icmpv6/icmpv6_sendto.c        |  3 ++-
 net/ieee802154/ieee802154_poll.c  |  3 ++-
 net/igmp/igmp_input.c             |  8 +++---
 net/neighbor/neighbor_globals.c   |  6 ++++-
 net/route/net_fileroute.c         |  5 ++--
 net/sixlowpan/sixlowpan_globals.c |  6 ++++-
 net/sixlowpan/sixlowpan_hc06.c    | 53 ++++++++++++++++++++++++++-------------
 net/sixlowpan/sixlowpan_send.c    |  3 ++-
 net/socket/setsockopt.c           |  7 +++---
 net/tcp/tcp_backlog.c             |  9 ++++---
 net/tcp/tcp_input.c               |  4 ++-
 net/tcp/tcp_setsockopt.c          |  2 +-
 net/tcp/tcp_timer.c               |  3 ++-
 net/usrsock/usrsock_close.c       |  1 +
 19 files changed, 87 insertions(+), 44 deletions(-)