linux-stable/drivers/net/ethernet/huawei/hinic
Yang Shen d6174870c0 net: huawei: hinic: Fix wrong function name in comments
Fixes the following W=1 kernel build warning(s):
 drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c:604: warning: expecting prototype for cmdq_arm_ceq_handler(). Prototype was for cmdq_sync_cmd_handler() instead
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c:59: warning: expecting prototype for get_capability(). Prototype was for parse_capability() instead
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c:101: warning: expecting prototype for get_cap_from_fw(). Prototype was for get_capability() instead
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c:355: warning: expecting prototype for clear_io_resource(). Prototype was for clear_io_resources() instead
 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c:1100: warning: expecting prototype for hinic_hwdev_get_sq(). Prototype was for hinic_hwdev_get_rq() instead
 drivers/net/ethernet/huawei/hinic/hinic_hw_if.c:341: warning: expecting prototype for dma_attr_table_init(). Prototype was for dma_attr_init() instead
 drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c:904: warning: expecting prototype for hinic_put_wqe(). Prototype was for hinic_rq_put_wqe() instead
 drivers/net/ethernet/huawei/hinic/hinic_main.c:241: warning: expecting prototype for create_txqs(). Prototype was for create_rxqs() instead
 drivers/net/ethernet/huawei/hinic/hinic_main.c:295: warning: expecting prototype for free_txqs(). Prototype was for free_rxqs() instead
 drivers/net/ethernet/huawei/hinic/hinic_tx.c:667: warning: expecting prototype for free_all_rx_skbs(). Prototype was for free_all_tx_skbs() instead

Cc: Bin Luo <luobin9@huawei.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
..
hinic_common.c
hinic_common.h
hinic_debugfs.c
hinic_debugfs.h
hinic_dev.h
hinic_devlink.c
hinic_devlink.h
hinic_ethtool.c net: hinic: remove unnecessary blank line 2021-05-13 15:39:10 -07:00
hinic_hw_api_cmd.c net: hinic: Remove unnecessary 'out of memory' message 2021-03-19 11:53:17 -07:00
hinic_hw_api_cmd.h
hinic_hw_cmdq.c net: huawei: hinic: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
hinic_hw_cmdq.h
hinic_hw_csr.h
hinic_hw_dev.c net: huawei: hinic: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
hinic_hw_dev.h
hinic_hw_eqs.c net: hinic: remove unnecessary parentheses 2021-05-13 15:39:10 -07:00
hinic_hw_eqs.h
hinic_hw_if.c net: huawei: hinic: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
hinic_hw_if.h
hinic_hw_io.c net: hinic: remove unnecessary parentheses 2021-05-13 15:39:10 -07:00
hinic_hw_io.h
hinic_hw_mbox.c
hinic_hw_mbox.h
hinic_hw_mgmt.c net: hinic: remove unnecessary parentheses 2021-05-13 15:39:10 -07:00
hinic_hw_mgmt.h
hinic_hw_qp.c net: huawei: hinic: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
hinic_hw_qp.h
hinic_hw_qp_ctxt.h
hinic_hw_wq.c net: hinic: add blank line after function declaration 2021-05-13 15:39:10 -07:00
hinic_hw_wq.h
hinic_hw_wqe.h
hinic_main.c net: huawei: hinic: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
hinic_port.c net: hinic: remove unnecessary parentheses 2021-05-13 15:39:10 -07:00
hinic_port.h
hinic_rx.c net: hinic: add blank line after function declaration 2021-05-13 15:39:10 -07:00
hinic_rx.h
hinic_sriov.c
hinic_sriov.h
hinic_tx.c net: huawei: hinic: Fix wrong function name in comments 2021-05-17 14:12:38 -07:00
hinic_tx.h
Kconfig
Makefile