mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
This commit is contained in:
@@ -289,8 +289,10 @@ int ipv6_input(FAR struct net_driver_s *dev)
|
||||
g_netstats.ipv6.recv++;
|
||||
#endif
|
||||
|
||||
/* Start of IP input header processing code. */
|
||||
/* Check validity of the IP header. */
|
||||
/* Start of IP input header processing code.
|
||||
*
|
||||
* Check validity of the IP header.
|
||||
*/
|
||||
|
||||
if ((ipv6->vtc & 0xf0) != 0x60)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user