OSDN Git Service

net: mdio: Correct function name mdio45_links_ok() in comment
authorYang Yingliang <yangyingliang@huawei.com>
Mon, 29 Mar 2021 12:44:27 +0000 (20:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 20:42:44 +0000 (13:42 -0700)
commit177cb7876dced42e7ab8736e108afd1fe8dc03ea
tree32dbbd9afce17fce543e8615689ec813a5f8e469
parentacf61b3d84ccb325924a1ae320403f82858dba0f
net: mdio: Correct function name mdio45_links_ok() in comment

Fix the following make W=1 kernel build warning:

 drivers/net/mdio.c:95: warning: expecting prototype for mdio_link_ok(). Prototype was for mdio45_links_ok() instead

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mdio.c