tools/nxstyle.c: Don't complain about certain lowercase characters in otherwise uppercase pre-processor identifers: IPv6, IPv4, ICMPv6, IGMPv2, p as a decimal point, d signifying a divisor. It was a bad idea to let the door open a crack for there. While they improve readability, the inconsistently also causes other problems.

This commit is contained in:
Gregory Nutt
2019-03-12 14:22:52 -06:00
parent 82b276a34c
commit ba859ad302
3 changed files with 96 additions and 29 deletions

View File

@@ -258,7 +258,7 @@ static int nxflat_unloadbinary(FAR struct binary_s *binp)
/* Mark alloc[0] (dspace) as freed */
binp->alloc[0] = NULL;
binp->alloc[0] = NULL;
/* The reference count will be decremented to zero and the dspace
* container will be freed in sched/sched_releasetcb.c