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
F84816372: D39925.diff
Tue, May 28, 11:13 PM
Unknown Object (File)
Apr 26 2024, 6:21 AM
Unknown Object (File)
Apr 26 2024, 6:21 AM
Unknown Object (File)
Apr 26 2024, 3:25 AM
Unknown Object (File)
Apr 25 2024, 9:26 PM
Unknown Object (File)
Mar 22 2024, 7:56 PM
Unknown Object (File)
Jan 14 2024, 9:32 AM
Unknown Object (File)
Jan 3 2024, 4:10 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.