Skip to content

Commit

Permalink
misc: mei: hw.h: fix kernel-doc warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rddunlap authored and gregkh committed Oct 18, 2023
1 parent ae4cb6b commit 5d33dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/misc/mei/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ struct hbm_client_dma_map_request {
} __packed;

/**
* struct hbm_client_dma_unmap_request
* client dma unmap request from the host to the firmware
* struct hbm_client_dma_unmap_request - client dma unmap request
* from the host to the firmware
*
* @hbm_cmd: bus message command header
* @status: unmap status
Expand All @@ -822,8 +822,8 @@ struct hbm_client_dma_unmap_request {
} __packed;

/**
* struct hbm_client_dma_response
* client dma unmap response from the firmware to the host
* struct hbm_client_dma_response - client dma unmap response
* from the firmware to the host
*
* @hbm_cmd: bus message command header
* @status: command status
Expand Down

0 comments on commit 5d33dc7

Please sign in to comment.