diff options
author | Raju Lakkaraju <Raju.Lakkaraju@microsemi.com> | 2016-09-08 14:09:31 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-09 18:16:10 -0700 |
commit | 4ffd03f5e47d18e06543f585d71a5540e7e61f0e (patch) | |
tree | 46ad5da9708d4e1c5645f91b7e6345a05adc61b8 /drivers/net/phy/Kconfig | |
parent | 05f1b12f71a49848730a0eb9acda032d5c43432b (diff) |
net: phy: Fixed checkpatch errors for Microsemi PHYs.
The existing VSC85xx PHY driver did not follow the coding style and caused "checkpatch" to complain. This commit fixes this.
Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@microsemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 1c3e07c3d0b8..87b566f54cc1 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -274,9 +274,9 @@ config MICROCHIP_PHY Supports the LAN88XX PHYs. config MICROSEMI_PHY - tristate "Microsemi PHYs" - ---help--- - Currently supports the VSC8531 and VSC8541 PHYs + tristate "Microsemi PHYs" + ---help--- + Currently supports the VSC8531 and VSC8541 PHYs config NATIONAL_PHY tristate "National Semiconductor PHYs" |