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

mei: fix kdoc in the driver

Over time the functions were renamed,
but this was not always reflected in kdoc, fix that.

Signed-off-by: Tamar Mashiah <tamar.mashiah@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20210621193756.134027-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tamar Mashiah and committed by
Greg Kroah-Hartman
09f8c33a 8254ee0e

+12 -12
+1 -1
drivers/misc/mei/bus-fixup.c
··· 498 498 }; 499 499 500 500 /** 501 - * mei_cldev_fixup - run fixup handlers 501 + * mei_cl_bus_dev_fixup - run fixup handlers 502 502 * 503 503 * @cldev: me client device 504 504 */
+3 -3
drivers/misc/mei/client.c
··· 326 326 } 327 327 328 328 /** 329 - * mei_tx_cb_queue - queue tx callback 329 + * mei_tx_cb_enqueue - queue tx callback 330 330 * 331 331 * Locking: called under "dev->device_lock" lock 332 332 * ··· 2250 2250 } 2251 2251 2252 2252 /** 2253 - * mei_cl_alloc_and_map - send client dma map request 2253 + * mei_cl_dma_alloc_and_map - send client dma map request 2254 2254 * 2255 2255 * @cl: host client 2256 2256 * @fp: pointer to file structure ··· 2349 2349 } 2350 2350 2351 2351 /** 2352 - * mei_cl_unmap_and_free - send client dma unmap request 2352 + * mei_cl_dma_unmap - send client dma unmap request 2353 2353 * 2354 2354 * @cl: host client 2355 2355 * @fp: pointer to file structure
+1 -1
drivers/misc/mei/hbm.c
··· 853 853 } 854 854 855 855 /** 856 - * mei_hbm_cl_flow_control_res - flow control response from me 856 + * mei_hbm_cl_tx_flow_ctrl_creds_res - flow control response from me 857 857 * 858 858 * @dev: the device structure 859 859 * @fctrl: flow control response bus message
+2 -2
drivers/misc/mei/hw-me.c
··· 1380 1380 .quirk_probe = mei_me_fw_type_nm 1381 1381 1382 1382 /** 1383 - * mei_me_fw_sku_sps_4() - check for sps 4.0 sku 1383 + * mei_me_fw_type_sps_4() - check for sps 4.0 sku 1384 1384 * 1385 1385 * Read ME FW Status register to check for SPS Firmware. 1386 1386 * The SPS FW is only signaled in the PCI function 0. ··· 1405 1405 .quirk_probe = mei_me_fw_type_sps_4 1406 1406 1407 1407 /** 1408 - * mei_me_fw_sku_sps() - check for sps sku 1408 + * mei_me_fw_type_sps() - check for sps sku 1409 1409 * 1410 1410 * Read ME FW Status register to check for SPS Firmware. 1411 1411 * The SPS FW is only signaled in pci function 0
+1 -1
drivers/misc/mei/hw.h
··· 284 284 } 285 285 286 286 /** 287 - *mei_ext_next - following extended header on the TLV list 287 + * mei_ext_next - following extended header on the TLV list 288 288 * 289 289 * @ext: current extend header 290 290 *
+1 -1
drivers/misc/mei/main.c
··· 1102 1102 static DEVICE_ATTR_RO(dev_state); 1103 1103 1104 1104 /** 1105 - * dev_set_devstate: set to new device state and notify sysfs file. 1105 + * mei_set_devstate: set to new device state and notify sysfs file. 1106 1106 * 1107 1107 * @dev: mei_device 1108 1108 * @state: new device state
+1 -1
drivers/misc/mei/pci-txe.c
··· 156 156 } 157 157 158 158 /** 159 - * mei_txe_remove - Device Shutdown Routine 159 + * mei_txe_shutdown- Device Shutdown Routine 160 160 * 161 161 * @pdev: PCI device structure 162 162 *
+2 -2
drivers/watchdog/mei_wdt.c
··· 121 121 }; 122 122 123 123 /** 124 - * struct mei_wdt_start_request watchdog start/ping 124 + * struct mei_wdt_start_request - watchdog start/ping 125 125 * 126 126 * @hdr: Management Control Command Header 127 127 * @timeout: timeout value ··· 134 134 } __packed; 135 135 136 136 /** 137 - * struct mei_wdt_start_response watchdog start/ping response 137 + * struct mei_wdt_start_response - watchdog start/ping response 138 138 * 139 139 * @hdr: Management Control Command Header 140 140 * @status: operation status