summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2021-05-25 18:52:47 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-25 15:26:47 -0700
commitc1cf1afd8b0f2f1b077df84e90497c07094406fc (patch)
tree751bdcf874f76b6c40fd611ac1cd9f33f0e6dfbf /include
parentb2540cdce6e22ecf3de54daf5129cc37951348cc (diff)
downloadlinux-c1cf1afd8b0f2f1b077df84e90497c07094406fc.tar.bz2
net: hns: Fix kernel-doc
Fix function name in hns_ethtool.c kernel-doc comment to remove these warnings found by clang_w1. drivers/net/ethernet/hisilicon/hns/hns_ethtool.c:202: warning: expecting prototype for hns_nic_set_link_settings(). Prototype was for hns_nic_set_link_ksettings() instead. drivers/net/ethernet/hisilicon/hns/hns_ethtool.c:837: warning: expecting prototype for get_ethtool_stats(). Prototype was for hns_get_ethtool_stats() instead. drivers/net/ethernet/hisilicon/hns/hns_ethtool.c:894: warning: expecting prototype for get_strings(). Prototype was for hns_get_strings() instead. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Fixes: 'commit 262b38cdb3e4 ("net: ethernet: hisilicon: hns: use phydev from struct net_device")' Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions