]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'phy-marvell-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:27:52 +0000 (16:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:27:52 +0000 (16:27 -0400)
commit1fc4d180b3c6bed0e7f5160bcd553aec89594962
tree13663c402c230e9668c40cd79b250d1b960a85a9
parente26925ec03b31f5ae4c1fc544515486229334ef9
parent23beb38f1911a5d0dc54300a5cbed3cce69941de
Merge branch 'phy-marvell-cleanups'

Andrew Lunn says:

====================
net: phy: marvell: Checkpatch cleanup

I will be contributing a few new features to the Marvell PHY driver
soon. Start by making the code mostly checkpatch clean. There should
not be any functional changes. Just comments set into the correct
format, missing blank lines, turn some comparisons around, and
refactoring to reduce indentation depth.

There is still one camel in the code, but it actually makes sense, so
leave it in piece.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>