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

misc: mei: hw-me.c: fix kernel-doc warnings

Fix kernel-doc warnings in hw-me.c:

hw-me.c:1391: warning: contents before sections
hw-me.c:1475: warning: contents before sections
hw-me.c:1501: warning: contents before sections
hw-me.c:1525: warning: contents before sections

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20231012024845.29169-6-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
de735e7f fbe3599e

+8 -8
+8 -8
drivers/misc/mei/hw-me.c
··· 1379 1379 /** 1380 1380 * mei_me_polling_thread - interrupt register polling thread 1381 1381 * 1382 + * @_dev: mei device 1383 + * 1382 1384 * The thread monitors the interrupt source register and calls 1383 1385 * mei_me_irq_thread_handler() to handle the firmware 1384 1386 * input. ··· 1389 1387 * in case there was an event, in idle case the polling 1390 1388 * time increases yet again by MEI_POLLING_TIMEOUT_ACTIVE 1391 1389 * up to MEI_POLLING_TIMEOUT_IDLE. 1392 - * 1393 - * @_dev: mei device 1394 1390 * 1395 1391 * Return: always 0 1396 1392 */ ··· 1468 1468 /** 1469 1469 * mei_me_fw_type_nm() - check for nm sku 1470 1470 * 1471 + * @pdev: pci device 1472 + * 1471 1473 * Read ME FW Status register to check for the Node Manager (NM) Firmware. 1472 1474 * The NM FW is only signaled in PCI function 0. 1473 1475 * __Note__: Deprecated by PCH8 and newer. 1474 - * 1475 - * @pdev: pci device 1476 1476 * 1477 1477 * Return: true in case of NM firmware 1478 1478 */ ··· 1494 1494 /** 1495 1495 * mei_me_fw_type_sps_4() - check for sps 4.0 sku 1496 1496 * 1497 + * @pdev: pci device 1498 + * 1497 1499 * Read ME FW Status register to check for SPS Firmware. 1498 1500 * The SPS FW is only signaled in the PCI function 0. 1499 1501 * __Note__: Deprecated by SPS 5.0 and newer. 1500 - * 1501 - * @pdev: pci device 1502 1502 * 1503 1503 * Return: true in case of SPS firmware 1504 1504 */ ··· 1519 1519 /** 1520 1520 * mei_me_fw_type_sps_ign() - check for sps or ign sku 1521 1521 * 1522 + * @pdev: pci device 1523 + * 1522 1524 * Read ME FW Status register to check for SPS or IGN Firmware. 1523 1525 * The SPS/IGN FW is only signaled in pci function 0 1524 - * 1525 - * @pdev: pci device 1526 1526 * 1527 1527 * Return: true in case of SPS/IGN firmware 1528 1528 */