]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
net/ethtool: Fix comment regarding location of dev_ethtool() call
authorYan Burman <yanb@mellanox.com>
Mon, 3 Jun 2013 02:03:34 +0000 (02:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2013 00:10:03 +0000 (17:10 -0700)
Signed-off-by: Yan Burman <yanb@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c

index 4e6f63ade74167efa78f2db304d60f83a1179955..cd23d314d68ad2f23752034bdbd230b960e79d70 100644 (file)
@@ -1414,7 +1414,7 @@ static int ethtool_get_module_eeprom(struct net_device *dev,
                                      modinfo.eeprom_len);
 }
 
-/* The main entry point in this file.  Called from net/core/dev.c */
+/* The main entry point in this file.  Called from net/core/dev_ioctl.c */
 
 int dev_ethtool(struct net *net, struct ifreq *ifr)
 {