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
F136976909: D39925.id121365.diff
Thu, Nov 20, 9:38 PM
F136976280: D39925.id.diff
Thu, Nov 20, 9:36 PM
F136975974: D39925.id121533.diff
Thu, Nov 20, 9:35 PM
Unknown Object (File)
Thu, Nov 20, 9:28 PM
Unknown Object (File)
Sat, Nov 15, 4:00 PM
Unknown Object (File)
Thu, Nov 6, 4:45 AM
Unknown Object (File)
Wed, Nov 5, 3:42 AM
Unknown Object (File)
Wed, Oct 29, 10:09 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.