diff options
author | Yan Burman <yanb@mellanox.com> | 2013-06-02 22:03:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-04 20:10:03 -0400 |
commit | 600fed5e97afca10356952e334f362e82fc71466 (patch) | |
tree | 26cc460936df722fec53228ffddfc6722de3dfa9 /net/core | |
parent | c26d6b46da3ee86fa8a864347331e5513ca84c2b (diff) |
net/ethtool: Fix comment regarding location of dev_ethtool() call
Signed-off-by: Yan Burman <yanb@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/ethtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 4e6f63ade741..cd23d314d68a 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c | |||
@@ -1414,7 +1414,7 @@ static int ethtool_get_module_eeprom(struct net_device *dev, | |||
1414 | modinfo.eeprom_len); | 1414 | modinfo.eeprom_len); |
1415 | } | 1415 | } |
1416 | 1416 | ||
1417 | /* The main entry point in this file. Called from net/core/dev.c */ | 1417 | /* The main entry point in this file. Called from net/core/dev_ioctl.c */ |
1418 | 1418 | ||
1419 | int dev_ethtool(struct net *net, struct ifreq *ifr) | 1419 | int dev_ethtool(struct net *net, struct ifreq *ifr) |
1420 | { | 1420 | { |