Page MenuHomeFreeBSD

dwc(4): Use bool rather than boolean_t.
ClosedPublic

Authored by jhb on May 1 2023, 10:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 16, 2:44 PM
Unknown Object (File)
Sun, Mar 8, 5:07 PM
Unknown Object (File)
Fri, Mar 6, 4:28 PM
Unknown Object (File)
Mon, Mar 2, 10:21 AM
Unknown Object (File)
Feb 8 2026, 5:25 PM
Unknown Object (File)
Feb 8 2026, 2:46 PM
Unknown Object (File)
Feb 7 2026, 7:33 PM
Unknown Object (File)
Feb 6 2026, 4:30 PM
Subscribers

Details

Summary

This was already using true/false rather than TRUE/FALSE.

Diff Detail

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

Event Timeline

sys/dev/dwc/if_dwcvar.h
75

No code changes?

sys/dev/dwc/if_dwcvar.h
75

Nope, as noted in the commit log the code was already using true and false with these rather than TRUE and FALSE.

This revision is now accepted and ready to land.May 2 2023, 12:56 AM
This revision was automatically updated to reflect the committed changes.