Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'func-names-comment'

Yang Shen says:

====================
Rid W=1 warnings in net

This is a set to fully clean drivers/net.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

+80 -80
+1 -1
drivers/net/ethernet/arc/emac_rockchip.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /** 2 + /* 3 3 * emac-rockchip.c - Rockchip EMAC specific glue layer 4 4 * 5 5 * Copyright (C) 2014 Romain Perier <romain.perier@gmail.com>
+3 -3
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
··· 432 432 } 433 433 434 434 /** 435 - * atl1c_set_mac - Change the Ethernet Address of the NIC 435 + * atl1c_set_mac_addr - Change the Ethernet Address of the NIC 436 436 * @netdev: network interface device structure 437 437 * @p: pointer to an address structure 438 438 * ··· 960 960 } 961 961 962 962 /** 963 - * atl1c_setup_mem_resources - allocate Tx / RX descriptor resources 963 + * atl1c_setup_ring_resources - allocate Tx / RX descriptor resources 964 964 * @adapter: board private structure 965 965 * 966 966 * Return 0 on success, negative on failure ··· 1366 1366 } 1367 1367 1368 1368 /** 1369 - * atl1c_configure - Configure Transmit&Receive Unit after Reset 1369 + * atl1c_configure_mac - Configure Transmit&Receive Unit after Reset 1370 1370 * @adapter: board private structure 1371 1371 * 1372 1372 * Configure the Tx /Rx unit of the MAC after a reset.
+2 -2
drivers/net/ethernet/atheros/atl1e/atl1e_main.c
··· 357 357 } 358 358 359 359 /** 360 - * atl1e_set_mac - Change the Ethernet Address of the NIC 360 + * atl1e_set_mac_addr - Change the Ethernet Address of the NIC 361 361 * @netdev: network interface device structure 362 362 * @p: pointer to an address structure 363 363 * ··· 787 787 } 788 788 789 789 /** 790 - * atl1e_setup_mem_resources - allocate Tx / RX descriptor resources 790 + * atl1e_setup_ring_resources - allocate Tx / RX descriptor resources 791 791 * @adapter: board private structure 792 792 * 793 793 * Return 0 on success, negative on failure
+1 -1
drivers/net/ethernet/atheros/atlx/atl1.c
··· 1011 1011 } 1012 1012 1013 1013 /** 1014 - * atl1_setup_mem_resources - allocate Tx / RX descriptor resources 1014 + * atl1_setup_ring_resources - allocate Tx / RX descriptor resources 1015 1015 * @adapter: board private structure 1016 1016 * 1017 1017 * Return 0 on success, negative on failure
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
··· 13586 13586 } 13587 13587 13588 13588 /** 13589 - * bnx2x_get_num_none_def_sbs - return the number of none default SBs 13589 + * bnx2x_get_num_non_def_sbs - return the number of none default SBs 13590 13590 * @pdev: pci device 13591 13591 * @cnic_cnt: count 13592 13592 *
+2 -2
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
··· 4152 4152 /*************************** Credit handling **********************************/ 4153 4153 4154 4154 /** 4155 - * atomic_add_ifless - add if the result is less than a given value. 4155 + * __atomic_add_ifless - add if the result is less than a given value. 4156 4156 * 4157 4157 * @v: pointer of type atomic_t 4158 4158 * @a: the amount to add to v... ··· 4180 4180 } 4181 4181 4182 4182 /** 4183 - * atomic_dec_ifmoe - dec if the result is more or equal than a given value. 4183 + * __atomic_dec_ifmoe - dec if the result is more or equal than a given value. 4184 4184 * 4185 4185 * @v: pointer of type atomic_t 4186 4186 * @a: the amount to dec from v...
+1 -1
drivers/net/ethernet/brocade/bna/bfa_cee.c
··· 82 82 } 83 83 84 84 /** 85 - * bfa_cee_get_attr_isr - CEE ISR for get-stats responses from f/w 85 + * bfa_cee_get_stats_isr - CEE ISR for get-stats responses from f/w 86 86 * 87 87 * @cee: Pointer to the CEE module 88 88 * @status: Return status from the f/w
+1 -1
drivers/net/ethernet/cadence/macb_pci.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /** 2 + /* 3 3 * DOC: Cadence GEM PCI wrapper. 4 4 * 5 5 * Copyright (C) 2016 Cadence Design Systems - https://www.cadence.com
+1 -1
drivers/net/ethernet/cadence/macb_ptp.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /** 2 + /* 3 3 * 1588 PTP support for Cadence GEM device. 4 4 * 5 5 * Copyright (C) 2017 Cadence Design Systems - https://www.cadence.com
+4 -4
drivers/net/ethernet/calxeda/xgmac.c
··· 711 711 } 712 712 713 713 /** 714 - * init_xgmac_dma_desc_rings - init the RX/TX descriptor rings 714 + * xgmac_dma_desc_rings_init - init the RX/TX descriptor rings 715 715 * @dev: net device structure 716 716 * Description: this function initializes the DMA RX/TX descriptors 717 717 * and allocates the socket buffers. ··· 859 859 } 860 860 861 861 /** 862 - * xgmac_tx: 862 + * xgmac_tx_complete: 863 863 * @priv: private driver structure 864 864 * Description: it reclaims resources after transmission completes. 865 865 */ ··· 1040 1040 } 1041 1041 1042 1042 /** 1043 - * xgmac_release - close entry point of the driver 1043 + * xgmac_stop - close entry point of the driver 1044 1044 * @dev : device pointer. 1045 1045 * Description: 1046 1046 * This is the stop entry point of the driver. ··· 1812 1812 } 1813 1813 1814 1814 /** 1815 - * xgmac_dvr_remove 1815 + * xgmac_remove 1816 1816 * @pdev: platform device pointer 1817 1817 * Description: this function resets the TX/RX processes, disables the MAC RX/TX 1818 1818 * changes the link status, releases the DMA descriptor rings,
+2 -2
drivers/net/ethernet/chelsio/cxgb3/sge.c
··· 665 665 666 666 667 667 /** 668 - * free_qset - free the resources of an SGE queue set 668 + * t3_free_qset - free the resources of an SGE queue set 669 669 * @adapter: the adapter owning the queue set 670 670 * @q: the queue set 671 671 * ··· 1256 1256 } 1257 1257 1258 1258 /** 1259 - * eth_xmit - add a packet to the Ethernet Tx queue 1259 + * t3_eth_xmit - add a packet to the Ethernet Tx queue 1260 1260 * @skb: the packet 1261 1261 * @dev: the egress net device 1262 1262 *
+1 -1
drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c
··· 446 446 } 447 447 448 448 /** 449 - * cxgb4_ptp_remove - disable PTP device and stop the overflow check 449 + * cxgb4_ptp_stop - disable PTP device and stop the overflow check 450 450 * @adapter: board private structure 451 451 * 452 452 * Stop the PTP support.
+2 -2
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
··· 6983 6983 } 6984 6984 6985 6985 /** 6986 - * t4_init_cmd - ask FW to initialize the device 6986 + * t4_early_init - ask FW to initialize the device 6987 6987 * @adap: the adapter 6988 6988 * @mbox: mailbox to use for the FW command 6989 6989 * ··· 10224 10224 } 10225 10225 10226 10226 /** 10227 - * t4_set_vf_mac - Set MAC address for the specified VF 10227 + * t4_set_vf_mac_acl - Set MAC address for the specified VF 10228 10228 * @adapter: The adapter 10229 10229 * @vf: one of the VFs instantiated by the specified PF 10230 10230 * @naddr: the number of MAC addresses
+1 -1
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
··· 954 954 } 955 955 956 956 /** 957 - * check_ring_tx_db - check and potentially ring a TX queue's doorbell 957 + * ring_tx_db - check and potentially ring a TX queue's doorbell 958 958 * @adapter: the adapter 959 959 * @tq: the TX queue 960 960 * @n: number of new descriptors to give to HW
+3 -3
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c
··· 111 111 } 112 112 113 113 /** 114 - *hns_mac_is_adjust_link - check is need change mac speed and duplex register 114 + *hns_mac_need_adjust_link - check is need change mac speed and duplex register 115 115 *@mac_cb: mac device 116 116 *@speed: phy device speed 117 117 *@duplex:phy device duplex ··· 374 374 } 375 375 376 376 /** 377 - * hns_mac_queue_config_bc_en - set broadcast rx&tx enable 377 + * hns_mac_port_config_bc_en - set broadcast rx&tx enable 378 378 * @mac_cb: mac device 379 379 * @port_num: queue number 380 380 * @vlan_id: vlan id` ··· 597 597 } 598 598 599 599 /** 600 - * hns_mac_set_autoneg - set rx & tx pause parameter 600 + * hns_mac_set_pauseparam - set rx & tx pause parameter 601 601 * @mac_cb: mac control block 602 602 * @rx_en: rx enable or not 603 603 * @tx_en: tx enable or not
+8 -8
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
··· 227 227 } 228 228 229 229 /** 230 - * hns_ppe_qid_cfg - config ppe qid 230 + * hns_dsaf_ppe_qid_cfg - config ppe qid 231 231 * @dsaf_dev: dsa fabric id 232 232 * @qid_cfg: value array 233 233 */ ··· 613 613 } 614 614 615 615 /** 616 - * dsaf_tbl_tcam_mcast_cfg - tbl 616 + * hns_dsaf_tbl_tcam_mcast_cfg - tbl 617 617 * @dsaf_dev: dsa fabric id 618 618 * @mcast: addr 619 619 */ ··· 1213 1213 } 1214 1214 1215 1215 /** 1216 - * hns_dsaf_tbl_tcam_init - INT 1216 + * hns_dsaf_comm_init - INT 1217 1217 * @dsaf_dev: dsa fabric id 1218 1218 */ 1219 1219 static void hns_dsaf_comm_init(struct dsaf_device *dsaf_dev) ··· 2111 2111 } 2112 2112 2113 2113 /** 2114 - * dsaf_pfc_unit_cnt - set pfc unit count 2114 + * hns_dsaf_pfc_unit_cnt - set pfc unit count 2115 2115 * @dsaf_dev: dsa fabric id 2116 2116 * @mac_id: id in use 2117 2117 * @rate: value array ··· 2142 2142 } 2143 2143 2144 2144 /** 2145 - * dsaf_port_work_rate_cfg - fifo 2145 + * hns_dsaf_port_work_rate_cfg - fifo 2146 2146 * @dsaf_dev: dsa fabric id 2147 2147 * @mac_id: mac contrl block 2148 2148 * @rate_mode: value array ··· 2738 2738 } 2739 2739 2740 2740 /** 2741 - *hns_dsaf_get_sset_count - get dsaf regs count 2741 + *hns_dsaf_get_regs_count - get dsaf regs count 2742 2742 *return dsaf regs count 2743 2743 */ 2744 2744 int hns_dsaf_get_regs_count(void) ··· 2949 2949 } 2950 2950 2951 2951 /** 2952 - * dsaf_probe - probo dsaf dev 2952 + * hns_dsaf_probe - probo dsaf dev 2953 2953 * @pdev: dasf platform device 2954 2954 * return 0 - success , negative --fail 2955 2955 */ ··· 3004 3004 } 3005 3005 3006 3006 /** 3007 - * dsaf_remove - remove dsaf dev 3007 + * hns_dsaf_remove - remove dsaf dev 3008 3008 * @pdev: dasf platform device 3009 3009 */ 3010 3010 static int hns_dsaf_remove(struct platform_device *pdev)
+2 -2
drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
··· 351 351 } 352 352 353 353 /** 354 - * hns_dsaf_srst_chns - reset dsaf channels 354 + * hns_dsaf_srst_chns_acpi - reset dsaf channels 355 355 * @dsaf_dev: dsaf device struct pointer 356 356 * @msk: xbar channels mask value: 357 357 * @dereset: false - request reset , true - drop reset ··· 501 501 } 502 502 503 503 /** 504 - * hns_mac_get_sds_mode - get phy ifterface form serdes mode 504 + * hns_mac_get_phy_if - get phy ifterface form serdes mode 505 505 * @mac_cb: mac control block 506 506 * retuen phy interface 507 507 */
+4 -4
drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c
··· 296 296 } 297 297 298 298 /** 299 - * ppe_init_hw - init ppe 299 + * hns_ppe_init_hw - init ppe 300 300 * @ppe_cb: ppe device 301 301 */ 302 302 static void hns_ppe_init_hw(struct hns_ppe_cb *ppe_cb) ··· 343 343 } 344 344 345 345 /** 346 - * ppe_uninit_hw - uninit ppe 346 + * hns_ppe_uninit_hw - uninit ppe 347 347 * @ppe_cb: ppe device 348 348 */ 349 349 static void hns_ppe_uninit_hw(struct hns_ppe_cb *ppe_cb) ··· 382 382 } 383 383 384 384 /** 385 - * hns_ppe_reset - reinit ppe/rcb hw 385 + * hns_ppe_reset_common - reinit ppe/rcb hw 386 386 * @dsaf_dev: dasf device 387 387 * @ppe_common_index: the index 388 388 * return void ··· 455 455 } 456 456 457 457 /** 458 - * ppe_get_strings - get ppe srting 458 + * hns_ppe_get_strings - get ppe srting 459 459 * @ppe_cb: ppe device 460 460 * @stringset: string set type 461 461 * @data: output string
+1 -1
drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c
··· 913 913 } 914 914 915 915 /** 916 - *rcb_get_sset_count - rcb ring regs count 916 + *hns_rcb_get_ring_regs_count - rcb ring regs count 917 917 *return regs count 918 918 */ 919 919 int hns_rcb_get_ring_regs_count(void)
+2 -2
drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c
··· 104 104 } 105 105 106 106 /** 107 - * hns_xgmac_tx_lf_rf_insert - insert lf rf control about xgmac 107 + * hns_xgmac_lf_rf_insert - insert lf rf control about xgmac 108 108 * @mac_drv: mac driver 109 109 * @mode: inserf rf or lf 110 110 */ ··· 115 115 } 116 116 117 117 /** 118 - * hns_xgmac__lf_rf_control_init - initial the lf rf control register 118 + * hns_xgmac_lf_rf_control_init - initial the lf rf control register 119 119 * @mac_drv: mac driver 120 120 */ 121 121 static void hns_xgmac_lf_rf_control_init(struct mac_driver *mac_drv)
+1 -1
drivers/net/ethernet/hisilicon/hns/hns_enet.c
··· 770 770 } 771 771 772 772 /** 773 - * hns_nic_adp_coalesce - self adapte coalesce according to rx rate 773 + * hns_nic_adpt_coalesce - self adapte coalesce according to rx rate 774 774 * @ring_data: pointer to hns_nic_ring_data 775 775 **/ 776 776 static void hns_nic_adpt_coalesce(struct hns_nic_ring_data *ring_data)
+3 -3
drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
··· 192 192 } 193 193 194 194 /** 195 - *hns_nic_set_link_settings - implement ethtool set link ksettings 195 + *hns_nic_set_link_ksettings - implement ethtool set link ksettings 196 196 *@net_dev: net_device 197 197 *@cmd: ethtool_link_ksettings 198 198 *retuen 0 - success , negative --fail ··· 827 827 } 828 828 829 829 /** 830 - * get_ethtool_stats - get detail statistics. 830 + * hns_get_ethtool_stats - get detail statistics. 831 831 * @netdev: net device 832 832 * @stats: statistics info. 833 833 * @data: statistics data. ··· 885 885 } 886 886 887 887 /** 888 - * get_strings: Return a set of strings that describe the requested objects 888 + * hns_get_strings: Return a set of strings that describe the requested objects 889 889 * @netdev: net device 890 890 * @stringset: string set ID. 891 891 * @data: objects data.
+1 -1
drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
··· 594 594 } 595 595 596 596 /** 597 - * cmdq_arm_ceq_handler - cmdq completion event handler for sync command 597 + * cmdq_sync_cmd_handler - cmdq completion event handler for sync command 598 598 * @cmdq: the cmdq of the command 599 599 * @cons_idx: the consumer index to update the error code for 600 600 * @errcode: the error code
+4 -4
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c
··· 48 48 }; 49 49 50 50 /** 51 - * get_capability - convert device capabilities to NIC capabilities 51 + * parse_capability - convert device capabilities to NIC capabilities 52 52 * @hwdev: the HW device to set and convert device capabilities for 53 53 * @dev_cap: device capabilities from FW 54 54 * ··· 92 92 } 93 93 94 94 /** 95 - * get_cap_from_fw - get device capabilities from FW 95 + * get_capability - get device capabilities from FW 96 96 * @pfhwdev: the PF HW device to get capabilities for 97 97 * 98 98 * Return 0 - Success, negative - Failure ··· 346 346 } 347 347 348 348 /** 349 - * clear_io_resource - set the IO resources as not active in the NIC 349 + * clear_io_resources - set the IO resources as not active in the NIC 350 350 * @hwdev: the NIC HW device 351 351 * 352 352 * Return 0 - Success, negative - Failure ··· 1090 1090 } 1091 1091 1092 1092 /** 1093 - * hinic_hwdev_get_sq - get RQ 1093 + * hinic_hwdev_get_rq - get RQ 1094 1094 * @hwdev: the NIC HW device 1095 1095 * @i: the position of the RQ 1096 1096 *
+1 -1
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c
··· 334 334 } 335 335 336 336 /** 337 - * dma_attr_table_init - initialize the default dma attributes 337 + * dma_attr_init - initialize the default dma attributes 338 338 * @hwif: the HW interface of a pci function device 339 339 **/ 340 340 static void dma_attr_init(struct hinic_hwif *hwif)
+1 -1
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c
··· 894 894 } 895 895 896 896 /** 897 - * hinic_put_wqe - release the ci for new wqes 897 + * hinic_rq_put_wqe - release the ci for new wqes 898 898 * @rq: recv queue 899 899 * @cons_idx: consumer index of the wqe 900 900 * @wqe_size: the size of the wqe
+2 -2
drivers/net/ethernet/huawei/hinic/hinic_main.c
··· 232 232 } 233 233 234 234 /** 235 - * create_txqs - Create the Logical Rx Queues of specific NIC device 235 + * create_rxqs - Create the Logical Rx Queues of specific NIC device 236 236 * @nic_dev: the specific NIC device 237 237 * 238 238 * Return 0 - Success, negative - Failure ··· 288 288 } 289 289 290 290 /** 291 - * free_txqs - Free the Logical Rx Queues of specific NIC device 291 + * free_rxqs - Free the Logical Rx Queues of specific NIC device 292 292 * @nic_dev: the specific NIC device 293 293 **/ 294 294 static void free_rxqs(struct hinic_dev *nic_dev)
+1 -1
drivers/net/ethernet/huawei/hinic/hinic_tx.c
··· 660 660 } 661 661 662 662 /** 663 - * free_all_rx_skbs - free all skbs in tx queue 663 + * free_all_tx_skbs - free all skbs in tx queue 664 664 * @txq: tx queue 665 665 **/ 666 666 static void free_all_tx_skbs(struct hinic_txq *txq)
+3 -3
drivers/net/ethernet/micrel/ksz884x.c
··· 2153 2153 } 2154 2154 2155 2155 /** 2156 - * sw_get_board_storm - get broadcast storm threshold 2156 + * sw_get_broad_storm - get broadcast storm threshold 2157 2157 * @hw: The hardware instance. 2158 2158 * @percent: Buffer to store the broadcast storm threshold percentage. 2159 2159 * ··· 2973 2973 } 2974 2974 2975 2975 /** 2976 - * port_w_phy - write data to PHY register 2976 + * hw_w_phy - write data to PHY register 2977 2977 * @hw: The hardware instance. 2978 2978 * @port: Port to write. 2979 2979 * @reg: PHY register to write. ··· 4782 4782 } 4783 4783 4784 4784 /** 4785 - * transmit_done - transmit done processing 4785 + * tx_done - transmit done processing 4786 4786 * @hw_priv: Network device. 4787 4787 * 4788 4788 * This routine is called when the transmit interrupt is triggered, indicating
+1 -1
drivers/net/ethernet/microchip/encx24j600.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 - /** 2 + /* 3 3 * Microchip ENCX24J600 ethernet driver 4 4 * 5 5 * Copyright (C) 2015 Gridpoint
+2 -2
drivers/net/ethernet/neterion/s2io.c
··· 2743 2743 } 2744 2744 2745 2745 /** 2746 - * s2io_poll - Rx interrupt handler for NAPI support 2746 + * s2io_poll_msix - Rx interrupt handler for NAPI support 2747 2747 * @napi : pointer to the napi structure. 2748 2748 * @budget : The number of packets that were budgeted to be processed 2749 2749 * during one pass through the 'Poll" function. ··· 5288 5288 } 5289 5289 5290 5290 /** 5291 - * s2io_ethtol_get_link_ksettings - Return link specific information. 5291 + * s2io_ethtool_get_link_ksettings - Return link specific information. 5292 5292 * @dev: pointer to netdev 5293 5293 * @cmd : pointer to the structure with parameters given by ethtool 5294 5294 * to return link information.
+1 -1
drivers/net/ethernet/neterion/vxge/vxge-config.c
··· 4884 4884 } 4885 4885 4886 4886 /** 4887 - * vxge_hw_vpath_rx_doorbell_post - Close the handle got from previous vpath 4887 + * vxge_hw_vpath_rx_doorbell_init - Close the handle got from previous vpath 4888 4888 * (vpath) open 4889 4889 * @vp: Handle got from previous vpath open 4890 4890 *
+2 -2
drivers/net/ethernet/neterion/vxge/vxge-main.c
··· 1799 1799 } 1800 1800 1801 1801 /** 1802 - * vxge_poll - Receive handler when Receive Polling is used. 1802 + * vxge_poll_msix - Receive handler when Receive Polling is used. 1803 1803 * @napi: pointer to the napi structure. 1804 1804 * @budget: Number of packets budgeted to be processed in this iteration. 1805 1805 * ··· 4752 4752 } 4753 4753 4754 4754 /** 4755 - * vxge_rem_nic - Free the PCI device 4755 + * vxge_remove - Free the PCI device 4756 4756 * @pdev: structure containing the PCI related information of the device. 4757 4757 * Description: This function is called by the Pci subsystem to release a 4758 4758 * PCI device and free up all resource held up by the device.
+1 -1
drivers/net/ethernet/netronome/nfp/ccm_mbox.c
··· 36 36 }; 37 37 38 38 /** 39 - * struct nfp_ccm_mbox_skb_cb - CCM mailbox specific info 39 + * struct nfp_ccm_mbox_cmsg_cb - CCM mailbox specific info 40 40 * @state: processing state (/stage) of the message 41 41 * @err: error encountered during processing if any 42 42 * @max_len: max(request_len, reply_len)
+1 -1
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
··· 21 21 #define NFP_TUN_PRE_TUN_IPV6_BIT BIT(7) 22 22 23 23 /** 24 - * struct nfp_tun_pre_run_rule - rule matched before decap 24 + * struct nfp_tun_pre_tun_rule - rule matched before decap 25 25 * @flags: options for the rule offset 26 26 * @port_idx: index of destination MAC address for the rule 27 27 * @vlan_tci: VLAN info associated with MAC
+1 -1
drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nffw.c
··· 24 24 25 25 #define NFFW_FWID_ALL 255 26 26 27 - /** 27 + /* 28 28 * NFFW_INFO_VERSION history: 29 29 * 0: This was never actually used (before versioning), but it refers to 30 30 * the previous struct which had FWINFO_CNT = MEINFO_CNT = 120 that later
+1 -1
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
··· 746 746 } 747 747 748 748 /** 749 - * qlcnic_83xx_idc_cold_state 749 + * qlcnic_83xx_idc_cold_state_handler 750 750 * 751 751 * @adapter: adapter structure 752 752 *
+1 -1
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
··· 180 180 } 181 181 182 182 /** 183 - * qlcnic_83xx_vnic_opmode 183 + * qlcnic_83xx_config_vnic_opmode 184 184 * 185 185 * @adapter: adapter structure 186 186 * Identify virtual NIC operational modes.
+2 -2
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
··· 789 789 } 790 790 791 791 /** 792 - * sxgbe_tx_clean: 792 + * sxgbe_tx_all_clean: 793 793 * @priv: driver private structure 794 794 * Description: it reclaims resources after transmission completes. 795 795 */ ··· 1015 1015 } 1016 1016 1017 1017 /** 1018 - * sxgbe_init_tx_coalesce: init tx mitigation options. 1018 + * sxgbe_tx_init_coalesce: init tx mitigation options. 1019 1019 * @priv: driver private structure 1020 1020 * Description: 1021 1021 * This inits the transmit coalesce parameters: i.e. timer rate,
+1 -1
drivers/net/ethernet/socionext/sni_ave.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 - /** 2 + /* 3 3 * sni_ave.c - Socionext UniPhier AVE ethernet driver 4 4 * Copyright 2014 Panasonic Corporation 5 5 * Copyright 2015-2017 Socionext Inc.
+1 -1
drivers/net/ethernet/ti/cpsw_ale.c
··· 70 70 }; 71 71 72 72 /** 73 - * struct ale_dev_id - The ALE version/SoC specific configuration 73 + * struct cpsw_ale_dev_id - The ALE version/SoC specific configuration 74 74 * @dev_id: ALE version/SoC id 75 75 * @features: features supported by ALE 76 76 * @tbl_entries: number of ALE entries
+3 -3
drivers/net/ethernet/via/via-velocity.c
··· 1897 1897 } 1898 1898 1899 1899 /** 1900 - * tx_srv - transmit interrupt service 1900 + * velocity_tx_srv - transmit interrupt service 1901 1901 * @vptr: Velocity 1902 1902 * 1903 1903 * Scan the queues looking for transmitted packets that ··· 2453 2453 } 2454 2454 2455 2455 /** 2456 - * velocity_get_status - statistics callback 2456 + * velocity_get_stats - statistics callback 2457 2457 * @dev: network device 2458 2458 * 2459 2459 * Callback from the network layer to allow driver statistics ··· 3723 3723 } 3724 3724 3725 3725 /** 3726 - * velocity_cleanup - module unload 3726 + * velocity_cleanup_module - module unload 3727 3727 * 3728 3728 * When the velocity hardware is unloaded this function is called. 3729 3729 * It will clean up the notifiers and the unregister the PCI
+1 -1
drivers/net/phy/adin.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 - /** 2 + /* 3 3 * Driver for Analog Devices Industrial Ethernet PHYs 4 4 * 5 5 * Copyright 2019 Analog Devices Inc.
+1 -1
drivers/net/phy/rockchip.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 - /** 2 + /* 3 3 * drivers/net/phy/rockchip.c 4 4 * 5 5 * Driver for ROCKCHIP Ethernet PHYs