diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-21 17:25:48 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-21 17:25:48 +0000 |
commit | f17753593c3ba9fb7226c8026ec2c748f4be658f (patch) | |
tree | 7c55c9f49619a73b65928f60411827d5a181f907 /sys/arch/hppa/dev/cpudevs_data.h | |
parent | 353e4422b301ecf3fe6c2a5b8219f3c9f5183425 (diff) |
boot(9): Reduce annoying style diffs
- Always use either: ((x & RB_XXX) != 0) or ((x & RB_XXX) == 0) in boolean
context (mostly if (x), or x ? y : z)
- prom_halt() in alpha is confirmed to take int as boolean
Converted by coccinelle. No functional change intended.
Diffstat (limited to 'sys/arch/hppa/dev/cpudevs_data.h')
0 files changed, 0 insertions, 0 deletions