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
F152604464: D39925.id121533.diff
Wed, Apr 15, 11:00 PM
Unknown Object (File)
Wed, Apr 15, 11:09 AM
Unknown Object (File)
Tue, Apr 7, 6:59 PM
Unknown Object (File)
Tue, Apr 7, 12:21 AM
Unknown Object (File)
Sun, Apr 5, 2:10 PM
Unknown Object (File)
Sat, Apr 4, 10:03 AM
Unknown Object (File)
Wed, Apr 1, 3:14 AM
Unknown Object (File)
Mar 16 2026, 2:44 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.