Page MenuHomeFreeBSD

e1000: Style fixes for shared code.
ClosedPublic

Authored by erj on Jul 23 2015, 12:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 11:15 PM
Unknown Object (File)
Feb 16 2024, 8:11 AM
Unknown Object (File)
Feb 16 2024, 6:20 AM
Unknown Object (File)
Feb 16 2024, 5:20 AM
Unknown Object (File)
Jan 3 2024, 12:42 AM
Unknown Object (File)
Dec 19 2023, 11:55 PM
Unknown Object (File)
Dec 10 2023, 9:48 PM
Unknown Object (File)
Aug 8 2023, 5:51 PM
Subscribers

Details

Reviewers
gnn
sbruno
Summary
  • Spaces replaced with tabs
  • Braces
  • TRUE/true and FALSE/false replacement
  • !! replacing () ? true : false

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

erj retitled this revision from to e1000: Whitespace fixes for shared code..
erj updated this object.
erj edited the test plan for this revision. (Show Details)
erj retitled this revision from e1000: Whitespace fixes for shared code. to e1000: Style fixes for shared code..Jul 23 2015, 12:23 AM

Just to ease my sanity, we should just double check that older gcc in base knows what to do with !!()

Does this build trivially for fbsd8?

In D3159#63327, @sbruno wrote:

Just to ease my sanity, we should just double check that older gcc in base knows what to do with !!()

Does this build trivially for fbsd8?

It totally does. The semantics of this haven't changed since before K&R published its first edition.
And there's code in the tree that does this.

This revision is now accepted and ready to land.Jul 23 2015, 6:39 PM