mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 16:47:42 +00:00
mei: docs: use correct structures name in kdoc
Fix misalignment between structures names and their kdoc in hw.h Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20231011074301.223879-2-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fb99e79ee6
commit
64459c626b
@ -429,7 +429,7 @@ struct mei_bus_message {
|
||||
} __packed;
|
||||
|
||||
/**
|
||||
* struct hbm_cl_cmd - client specific host bus command
|
||||
* struct mei_hbm_cl_cmd - client specific host bus command
|
||||
* CONNECT, DISCONNECT, and FlOW CONTROL
|
||||
*
|
||||
* @hbm_cmd: bus message command header
|
||||
@ -733,7 +733,7 @@ struct hbm_dma_setup_response {
|
||||
} __packed;
|
||||
|
||||
/**
|
||||
* struct mei_dma_ring_ctrl - dma ring control block
|
||||
* struct hbm_dma_ring_ctrl - dma ring control block
|
||||
*
|
||||
* @hbuf_wr_idx: host circular buffer write index in slots
|
||||
* @reserved1: reserved for alignment
|
||||
|
Loading…
x
Reference in New Issue
Block a user