Page MenuHomeFreeBSD

LinuxKPI: pci: harmonize #defines
ClosedPublic

Authored by bz on Jul 31 2025, 7:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 12:10 PM
Unknown Object (File)
Sun, Oct 12, 12:10 PM
Unknown Object (File)
Sun, Oct 12, 12:10 PM
Unknown Object (File)
Sun, Oct 12, 1:13 AM
Unknown Object (File)
Sat, Sep 27, 10:35 PM
Unknown Object (File)
Sat, Sep 27, 12:17 PM
Unknown Object (File)
Fri, Sep 26, 10:31 PM
Unknown Object (File)
Wed, Sep 24, 1:03 AM
Subscribers

Details

Summary

In some blocks of #defines spacing, trailing \ and indentation of a
second line differed. Some of them are currently fine on a single
line but future additions may not fit in that scheme.
Harmonize them into a #define X\t\t\t...\\n<4 spaces>Y scheme.

No functional changes.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Jul 31 2025, 7:07 AM

Anyone on the white space one as well? Then I could get all the noise out of the tree.

This revision is now accepted and ready to land.Jul 31 2025, 2:22 PM
This revision was automatically updated to reflect the committed changes.