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)
Mon, Dec 9, 11:12 PM
Unknown Object (File)
Nov 13 2024, 12:31 PM
Unknown Object (File)
Oct 2 2024, 8:41 AM
Unknown Object (File)
Oct 2 2024, 12:35 AM
Unknown Object (File)
Oct 1 2024, 7:45 PM
Unknown Object (File)
Oct 1 2024, 7:44 PM
Unknown Object (File)
Oct 1 2024, 7:42 PM
Unknown Object (File)
Sep 28 2024, 5:18 AM
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.