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

misc: mei: main.c: fix kernel-doc warnings

Fix kernel-doc warnings in main.c:

main.c:465: warning: contents before sections
main.c:590: warning: missing initial short description on line:
* mei_ioctl_client_notify_request -

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-8-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
3b54a111 980dcc7e

+4 -4
+4 -4
drivers/misc/mei/main.c
··· 460 460 /** 461 461 * mei_vt_support_check - check if client support vtags 462 462 * 463 - * Locking: called under "dev->device_lock" lock 464 - * 465 463 * @dev: mei_device 466 464 * @uuid: client UUID 465 + * 466 + * Locking: called under "dev->device_lock" lock 467 467 * 468 468 * Return: 469 469 * 0 - supported ··· 587 587 } 588 588 589 589 /** 590 - * mei_ioctl_client_notify_request - 591 - * propagate event notification request to client 590 + * mei_ioctl_client_notify_request - propagate event notification 591 + * request to client 592 592 * 593 593 * @file: pointer to file structure 594 594 * @request: 0 - disable, 1 - enable