net/sixlowpan/sixlowpan_icmpv6send.c: Appease nxstyle
This commit is contained in:
parent
113b2b899a
commit
3f57667647
@ -124,9 +124,9 @@ void sixlowpan_icmpv6_send(FAR struct net_driver_s *dev,
|
|||||||
goto drop;
|
goto drop;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get the IPv6 + ICMPv6 combined header length. NOTE: This header
|
/* Get the IPv6 + ICMPv6 combined header length. NOTE: This
|
||||||
* size includes only the common 32-bit header at the beginning of
|
* header size includes only the common 32-bit header at the
|
||||||
* each ICMPv6 message.
|
* beginning of each ICMPv6 message.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
hdrlen = IPv6_HDRLEN + ICMPv6_HDRLEN;
|
hdrlen = IPv6_HDRLEN + ICMPv6_HDRLEN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user