OSDN Git Service

net: phy: DP83TC811: Fix typo in Kconfig
authorDan Murphy <dmurphy@ti.com>
Fri, 10 Jan 2020 20:03:56 +0000 (14:03 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 07:32:54 +0000 (23:32 -0800)
Fix typo in the Kconfig for the DP83TC811 as it indicates support for
the DP83TC822 which is incorrect.

Fixes: 6d749428788b {"net: phy: DP83TC811: Introduce support for the DP83TC811 phy")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig

index 5848219..ed60619 100644 (file)
@@ -345,9 +345,9 @@ config DP83822_PHY
          Supports the DP83822 PHY.
 
 config DP83TC811_PHY
-       tristate "Texas Instruments DP83TC822 PHY"
+       tristate "Texas Instruments DP83TC811 PHY"
        ---help---
-         Supports the DP83TC822 PHY.
+         Supports the DP83TC811 PHY.
 
 config DP83848_PHY
        tristate "Texas Instruments DP83848 PHY"