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:
Gregory Nutt
2019-03-11 12:48:17 -06:00
parent 0a7f7642c0
commit f6b00e1966
77 changed files with 473 additions and 283 deletions
-1
View File
@@ -1804,7 +1804,6 @@ void netdev_ifdown(FAR struct net_driver_s *dev)
netdown_notifier_signal(dev);
#endif
}
}