]> 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)
commite289825fcfbabd2e3ceb72cfc6fc2ce3e5424a84
tree13663c402c230e9668c40cd79b250d1b960a85a9
parent6ccd0fded3c6bc87795b1cb9eb747ee62725f8b8
parent580b0f4df0e9e24723e7aa9a62105f9c99ae60a5
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>