OpenCloudOS-Kernel/drivers/net/ethernet/micrel
Yang Shen 229fd41f64 net: micrel: Fix wrong function name in comments
Fixes the following W=1 kernel build warning(s):

 drivers/net/ethernet/micrel/ksz884x.c:2163: warning: expecting prototype for sw_get_board_storm(). Prototype was for sw_get_broad_storm() instead
 drivers/net/ethernet/micrel/ksz884x.c:2985: warning: expecting prototype for port_w_phy(). Prototype was for hw_w_phy() instead
 drivers/net/ethernet/micrel/ksz884x.c:4792: warning: expecting prototype for transmit_done(). Prototype was for tx_done() instead

Cc: Tristram Ha <Tristram.Ha@micrel.com>
Signed-off-by: Yang Shen <shenyang39@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-05-17 14:12:38 -07:00
..
Kconfig net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig 2021-01-12 18:42:36 -08:00
Makefile net: ks8851: Implement Parallel bus operations 2020-05-28 16:30:04 -07:00
ks8842.c net: micrel: convert tasklets to use new tasklet_setup() API 2020-09-14 13:02:37 -07:00
ks8851.h net: ks8851: Register MDIO bus and the internal PHY 2021-01-05 17:05:11 -08:00
ks8851_common.c of: net: pass the dst buffer to of_get_mac_address() 2021-04-13 14:35:02 -07:00
ks8851_par.c net: ks8851: remove definition of DEBUG 2021-01-15 17:53:29 -08:00
ks8851_spi.c net: ks8851: remove definition of DEBUG 2021-01-15 17:53:29 -08:00
ksz884x.c net: micrel: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00