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
F163004328: D39925.id121365.diff
Sun, Jul 19, 2:37 AM
Unknown Object (File)
Sat, Jul 18, 3:53 AM
Unknown Object (File)
Fri, Jul 10, 12:28 AM
Unknown Object (File)
May 27 2026, 10:42 PM
Unknown Object (File)
May 26 2026, 11:22 PM
Unknown Object (File)
May 12 2026, 7:27 AM
Unknown Object (File)
May 6 2026, 12:36 AM
Unknown Object (File)
Apr 30 2026, 6:15 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.