OSDN Git Service

net: phy: removed empty lines in LAN87XX
authorArun Ramadoss <arun.ramadoss@microchip.com>
Fri, 4 Mar 2022 09:43:58 +0000 (15:13 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Mar 2022 12:45:18 +0000 (12:45 +0000)
Removed the empty lines in struct phy_drivers.

Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/microchip_t1.c

index e4801d5..f247892 100644 (file)
@@ -501,14 +501,10 @@ static struct phy_driver microchip_t1_phy_driver[] = {
                PHY_ID_MATCH_MODEL(PHY_ID_LAN87XX),
                .name           = "Microchip LAN87xx T1",
                .flags          = PHY_POLL_CABLE_TEST,
-
                .features       = PHY_BASIC_T1_FEATURES,
-
                .config_init    = lan87xx_config_init,
-
                .config_intr    = lan87xx_phy_config_intr,
                .handle_interrupt = lan87xx_handle_interrupt,
-
                .suspend        = genphy_suspend,
                .resume         = genphy_resume,
                .cable_test_start = lan87xx_cable_test_start,