OSDN Git Service

net: hns: Fix some kernel-doc warnings in hns_enet.c
authorWang Hai <wanghai38@huawei.com>
Thu, 10 Sep 2020 14:56:18 +0000 (22:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 22:18:18 +0000 (15:18 -0700)
commit43ec0f0784dc16d5fa1ffd2416b549f61ace5a30
tree352a358f35a95781f5b46cd7a036c1ae19dad002
parent64dfc4f68d660bdb73ba117a7a1307901e9eb782
net: hns: Fix some kernel-doc warnings in hns_enet.c

Fixes the following W=1 kernel build warning(s):

drivers/net/ethernet/hisilicon/hns/hns_enet.c:1841: warning: Excess function parameter 'netdev' description in 'hns_set_multicast_list'
drivers/net/ethernet/hisilicon/hns/hns_enet.c:1841: warning: Excess function parameter 'p' description in 'hns_set_multicast_list'

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_enet.c