Skip to content

Commit

Permalink
net/ethtool: Fix comment regarding location of dev_ethtool() call
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Burman <yanb@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Yan Burman authored and David S. Miller committed Jun 5, 2013
1 parent c26d6b4 commit 600fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 600fed5

Please sign in to comment.