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

Configure Feed

Select the types of activity you want to include in your feed.

misc: mei: hw.h: fix kernel-doc warnings

Fix kernel-doc warnings in hw.h:

hw.h:809: warning: missing initial short description on line:
* struct hbm_client_dma_unmap_request
hw.h:812: warning: contents before sections
hw.h:825: warning: missing initial short description on line:
* struct hbm_client_dma_response
hw.h:828: 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-2-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
5d33dc7d ae4cb6bd

+4 -4
+4 -4
drivers/misc/mei/hw.h
··· 806 806 } __packed; 807 807 808 808 /** 809 - * struct hbm_client_dma_unmap_request 810 - * client dma unmap request from the host to the firmware 809 + * struct hbm_client_dma_unmap_request - client dma unmap request 810 + * from the host to the firmware 811 811 * 812 812 * @hbm_cmd: bus message command header 813 813 * @status: unmap status ··· 822 822 } __packed; 823 823 824 824 /** 825 - * struct hbm_client_dma_response 826 - * client dma unmap response from the firmware to the host 825 + * struct hbm_client_dma_response - client dma unmap response 826 + * from the firmware to the host 827 827 * 828 828 * @hbm_cmd: bus message command header 829 829 * @status: command status