Page MenuHomeFreeBSD

Cadence GEM driver style clean-up.
ClosedPublic

Authored by skibo on Mar 30 2020, 6:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 30 2024, 8:22 AM
Unknown Object (File)
May 20 2024, 7:47 AM
Unknown Object (File)
May 17 2024, 3:07 AM
Unknown Object (File)
May 8 2024, 9:31 AM
Unknown Object (File)
Apr 26 2024, 1:31 AM
Unknown Object (File)
Apr 26 2024, 1:31 AM
Unknown Object (File)
Apr 26 2024, 1:31 AM
Unknown Object (File)
Apr 25 2024, 7:08 PM

Details

Summary

I have significant changes to the GEM driver coming but the changes include
lots of style and white-space clean-up so I am submitting these separately
to perhaps make it easier to review the functional changes.

Test Plan

I have diffed the disassembly of if_cgem.o before and after these changes
and the only difference is a small change in string literal addresses
because I have tweaked a couple printf's.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Ok, roast me!

sys/dev/cadence/if_cgem_hw.h
302 ↗(On Diff #70012)

Another issue I noticed is that I am not consistent using upper or lower case letters in hex literals. Is there an accepted standard?

This revision was not accepted when it landed; it landed in state Needs Review.Apr 2 2020, 5:57 PM
This revision was automatically updated to reflect the committed changes.