From: Yan Burman Date: Mon, 3 Jun 2013 02:03:34 +0000 (+0000) Subject: net/ethtool: Fix comment regarding location of dev_ethtool() call X-Git-Tag: firefly_0821_release~176^2~5703^2~187 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=600fed5e97afca10356952e334f362e82fc71466;p=firefly-linux-kernel-4.4.55.git net/ethtool: Fix comment regarding location of dev_ethtool() call Signed-off-by: Yan Burman Signed-off-by: David S. Miller --- 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, 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) {