mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 02:32:54 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user