summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/conf/RAMDISK
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2019-01-05 01:29:22 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2019-01-05 01:29:22 +0000
commit15c0f90f046149ff9fe89443f621d99d37530d3c (patch)
tree3e1e4cf63c85310a6bac87331ab5f52e2a0acdc0 /sys/arch/arm64/conf/RAMDISK
parentd13fc2cb62e18054692f45190bea2b66688f7169 (diff)
minor cleanup, no functional change:
* in node type switches, explicitly handle all types, sort them, and abort() on those that cannot occur * avoid testing pointers as truth values, use "!= NULL" * avoid testing "constant == variable", use "variable == constant" * prefer sizeof(var) over sizeof(type) * delete one duplicate function * sort some declarations * delete some useless blank lines
Diffstat (limited to 'sys/arch/arm64/conf/RAMDISK')
0 files changed, 0 insertions, 0 deletions