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)
Fri, Jan 30, 8:00 PM
Unknown Object (File)
Fri, Jan 30, 1:22 PM
Unknown Object (File)
Thu, Jan 29, 11:18 AM
Unknown Object (File)
Wed, Jan 28, 1:49 AM
Unknown Object (File)
Sun, Jan 25, 4:07 AM
Unknown Object (File)
Jan 2 2026, 5:02 PM
Unknown Object (File)
Dec 21 2025, 1:17 AM
Unknown Object (File)
Nov 20 2025, 9:38 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.