Spell all bits in the hex constants.
Since all lines are modified, consistently use <tab> after #define.
Details
Details
- Reviewers
alc markj dougm - Commits
- rS348816: Style MAP_ENTRY_ and MAP_ definitions.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 24773
Event Timeline
Comment Actions
I only wish that the options to mmap(2) and the vm_map operations didn't use the same prefix, i.e., "MAP_". :-(
sys/vm/vm_map.h | ||
---|---|---|
143 | Capitalizing Top and Bottom is inconsistent with the rest. |