]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:34:08 +0000 (12:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:34:08 +0000 (12:34 -0700)
commitb96151d3b9476ee369ba552da96f0e4743c3d5c2
tree193e30a0398dd4a9170a5af2f9ffd5c1ace67e79
parent81ce66db1ea9472b8e44364902937f8393850fc9
parent2323ec3cd96cda14c24da821b9d4c722146b925e
Merge branch 'net-phy-cleanups'

Weihang Li says:

====================
net: phy: fix some coding-style issues

Make some cleanups according to the coding style of kernel.

Changes since v1:
- Update commit description of #1 and #3.
- Avoid changing the indentation in #2.
- Change a group of if-else statement into switch from #4 and put it into
  a single patch.
- Put '|' at the end of line in #5 and #7.
- Avoid deleting spaces in definition of 'settings' in #5.
- Drop #8 from the series which needs more discussion with David.
====================

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