net/: Remove dangling space at the end of lines.
This commit is contained in:
parent
98d937104e
commit
f87d5a3f81
@ -499,7 +499,7 @@ int icmpv6_autoconfig(FAR struct net_driver_s *dev)
|
||||
ninfo("Timed out... retrying %d\n", retries + 1);
|
||||
}
|
||||
|
||||
/* Check for failures. Note: On successful return, the network will be
|
||||
/* Check for failures. Note: On successful return, the network will be
|
||||
* in the down state, but not in the event of failures.
|
||||
*/
|
||||
|
||||
|
@ -121,7 +121,7 @@ static const uint8_t g_multicast_ethaddr[3] =
|
||||
*
|
||||
* If no Neighbor Table entry is found for the destination IPv6 address,
|
||||
* the packet in the d_buf is replaced by an ICMPv6 Neighbor Solicit
|
||||
* request packet for the IPv6 address. The IPv6 packet is dropped and
|
||||
* request packet for the IPv6 address. The IPv6 packet is dropped and
|
||||
* it is assumed that the higher level protocols (e.g., TCP) eventually
|
||||
* will retransmit the dropped packet.
|
||||
*
|
||||
@ -161,7 +161,7 @@ void neighbor_out(FAR struct net_driver_s *dev)
|
||||
|
||||
/* First check if destination is a IPv6 multicast address. IPv6
|
||||
* multicast addresses in IPv6 have the prefix ff00::/8
|
||||
*
|
||||
*
|
||||
* Bits 120-127: Prefix
|
||||
* Bits 116-119: Flags (1, 2, or 3 defined)
|
||||
* Bits 112-115: Scope
|
||||
|
@ -228,7 +228,7 @@ int sixlowpan_meta_data(FAR struct ieee802154_driver_s *ieee,
|
||||
#ifdef CONFIG_IEEE802154_SECURITY
|
||||
# warning CONFIG_IEEE802154_SECURITY not yet supported
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef CONFIG_IEEE802154_UWB
|
||||
# warning CONFIG_IEEE802154_UWB not yet supported
|
||||
#endif
|
||||
|
@ -40,7 +40,7 @@ ifeq ($(CONFIG_NET_USRSOCK),y)
|
||||
NET_CSRCS += usrsock_close.c usrsock_conn.c usrsock_bind.c usrsock_connect.c
|
||||
NET_CSRCS += usrsock_dev.c
|
||||
NET_CSRCS += usrsock_event.c usrsock_getsockname.c usrsock_getsockopt.c
|
||||
NET_CSRCS += usrsock_poll.c usrsock_recvfrom.c usrsock_sendto.c
|
||||
NET_CSRCS += usrsock_poll.c usrsock_recvfrom.c usrsock_sendto.c
|
||||
NET_CSRCS += usrsock_setsockopt.c usrsock_socket.c
|
||||
|
||||
# Include User Socket build support
|
||||
|
@ -50,7 +50,7 @@
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
static const uint8_t g_nibblemap[16] =
|
||||
static const uint8_t g_nibblemap[16] =
|
||||
{
|
||||
0, 0, 0, 0, 0, 0, 0, 0, /* 0: No bits, 1-7: Should not happen */
|
||||
1, 1, 1, 1, /* 8: 1 bit, 9-b: Should not happen */
|
||||
|
@ -75,7 +75,7 @@ void net_ipv6_pref2mask(uint8_t preflen, net_ipv6addr_t mask)
|
||||
* Eg. preflen = 38
|
||||
* NETMASK: ffff ffff fc00 0000 0000 0000 0000 0000
|
||||
* bit: 1 1..1
|
||||
* 1 1..3 3..4 4..6 6..7 8..9 9..1 1..2
|
||||
* 1 1..3 3..4 4..6 6..7 8..9 9..1 1..2
|
||||
* 0..5 6..1 2..7 8..3 4..9 0..5 6..1 2..7
|
||||
* preflen: 1 1..1
|
||||
* 1 1..3 3..4 4..6 6..8 8..9 9..1 1..2
|
||||
|
Loading…
Reference in New Issue
Block a user