]> git.baikalelectronics.ru Git - kernel.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)
commitb3a9a37c84b9a103f4d32550498ddab6063f1e73
tree13663c402c230e9668c40cd79b250d1b960a85a9
parentd589db7808c101c9c2ab7e31afd43e0a9818df2c
parentae60158b658b862a7bfabea171323805b137ba8d
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>