Page MenuHomeFreeBSD

asmc: code style modernization and minor cleanups
ClosedPublic

Authored by ngie on Feb 20 2026, 3:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 21, 12:18 AM
Unknown Object (File)
Fri, Mar 20, 1:36 AM
Unknown Object (File)
Fri, Mar 13, 8:52 PM
Unknown Object (File)
Thu, Mar 12, 3:28 PM
Unknown Object (File)
Thu, Mar 12, 7:34 AM
Unknown Object (File)
Tue, Mar 10, 11:04 AM
Unknown Object (File)
Mon, Mar 9, 6:50 PM
Unknown Object (File)
Sun, Mar 8, 5:28 PM
Subscribers

Details

Summary
  • Allow ASMC_DEBUG to be treated as a variadic macro.
  • Add ellipses around sizeof(..) calls.
  • Reindent some of the lines to better follow style(9) with line wrapping.

A number of other clang-format changes were not taken as they are not
compatible with style(9). A change to the config to improve
compatibility with style(9) is pending.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70843
Build 67726: arc lint + arc unit

Event Timeline

ngie requested review of this revision.Feb 20 2026, 3:55 AM
This revision is now accepted and ready to land.Feb 20 2026, 5:55 PM

Fix compilation errors.

vimdiff... you're such a PITA sometimes...

This revision now requires review to proceed.Feb 21 2026, 12:12 AM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 21 2026, 5:32 AM
This revision was automatically updated to reflect the committed changes.