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

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

Fix kernel-doc warnings in interrupt.c:

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

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
980dcc7e de735e7f

+2 -2
+2 -2
drivers/misc/mei/interrupt.c
··· 626 626 /** 627 627 * mei_schedule_stall_timer - re-arm stall_timer work 628 628 * 629 - * Schedule stall timer 630 - * 631 629 * @dev: the device structure 630 + * 631 + * Schedule stall timer 632 632 */ 633 633 void mei_schedule_stall_timer(struct mei_device *dev) 634 634 {