diff options
Diffstat (limited to 'drivers/net/phy/phy.c')
-rw-r--r-- | drivers/net/phy/phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 82ab8fb82587..7524caa0f29d 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c | |||
@@ -241,7 +241,7 @@ static const struct phy_setting settings[] = { | |||
241 | * phy_lookup_setting - lookup a PHY setting | 241 | * phy_lookup_setting - lookup a PHY setting |
242 | * @speed: speed to match | 242 | * @speed: speed to match |
243 | * @duplex: duplex to match | 243 | * @duplex: duplex to match |
244 | * @feature: allowed link modes | 244 | * @features: allowed link modes |
245 | * @exact: an exact match is required | 245 | * @exact: an exact match is required |
246 | * | 246 | * |
247 | * Search the settings array for a setting that matches the speed and | 247 | * Search the settings array for a setting that matches the speed and |