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)
Tue, May 19, 12:20 PM
Unknown Object (File)
Sat, May 16, 3:02 AM
Unknown Object (File)
Sat, May 16, 3:01 AM
Unknown Object (File)
Sat, May 16, 3:00 AM
Unknown Object (File)
Fri, May 15, 5:44 AM
Unknown Object (File)
Fri, May 15, 1:23 AM
Unknown Object (File)
Thu, May 14, 8:21 PM
Unknown Object (File)
Tue, May 12, 4:23 AM

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.