Commit d44fd860 authored by Ansuel Smith's avatar Ansuel Smith Committed by David S. Miller

net: phy: at803x: fix spacing and improve name for 83xx phy

Fix spacing and improve name for 83xx phy following other phy in the
same driver.
Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 15b9df4e
...@@ -1412,7 +1412,7 @@ static struct phy_driver at803x_driver[] = { ...@@ -1412,7 +1412,7 @@ static struct phy_driver at803x_driver[] = {
/* QCA8337 */ /* QCA8337 */
.phy_id = QCA8337_PHY_ID, .phy_id = QCA8337_PHY_ID,
.phy_id_mask = QCA8K_PHY_ID_MASK, .phy_id_mask = QCA8K_PHY_ID_MASK,
.name = "QCA PHY 8337", .name = "Qualcomm Atheros 8337 internal PHY",
/* PHY_GBIT_FEATURES */ /* PHY_GBIT_FEATURES */
.probe = at803x_probe, .probe = at803x_probe,
.flags = PHY_IS_INTERNAL, .flags = PHY_IS_INTERNAL,
...@@ -1427,7 +1427,7 @@ static struct phy_driver at803x_driver[] = { ...@@ -1427,7 +1427,7 @@ static struct phy_driver at803x_driver[] = {
/* QCA8327-A from switch QCA8327-AL1A */ /* QCA8327-A from switch QCA8327-AL1A */
.phy_id = QCA8327_A_PHY_ID, .phy_id = QCA8327_A_PHY_ID,
.phy_id_mask = QCA8K_PHY_ID_MASK, .phy_id_mask = QCA8K_PHY_ID_MASK,
.name = "QCA PHY 8327-A", .name = "Qualcomm Atheros 8327-A internal PHY",
/* PHY_GBIT_FEATURES */ /* PHY_GBIT_FEATURES */
.probe = at803x_probe, .probe = at803x_probe,
.flags = PHY_IS_INTERNAL, .flags = PHY_IS_INTERNAL,
...@@ -1442,7 +1442,7 @@ static struct phy_driver at803x_driver[] = { ...@@ -1442,7 +1442,7 @@ static struct phy_driver at803x_driver[] = {
/* QCA8327-B from switch QCA8327-BL1A */ /* QCA8327-B from switch QCA8327-BL1A */
.phy_id = QCA8327_B_PHY_ID, .phy_id = QCA8327_B_PHY_ID,
.phy_id_mask = QCA8K_PHY_ID_MASK, .phy_id_mask = QCA8K_PHY_ID_MASK,
.name = "QCA PHY 8327-B", .name = "Qualcomm Atheros 8327-B internal PHY",
/* PHY_GBIT_FEATURES */ /* PHY_GBIT_FEATURES */
.probe = at803x_probe, .probe = at803x_probe,
.flags = PHY_IS_INTERNAL, .flags = PHY_IS_INTERNAL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment