- Alphabetically order global variables
- Remove declarations for static functions
- Reorder functions according to static declaration
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I'm not a big fan of reordering functions like this, since that makes git blame quite useless for little gain. In general this kind of commit should come at the end of a patch stack if at all. If it's too painful to reorder it then ok, just something to keep in mind for next time.
Comment Actions
I concur. I will just drop this one. It'll make rebasing horrible too.
The negatives far outweigh the positives.