Commit 64459c62 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman

mei: docs: use correct structures name in kdoc

Fix misalignment between structures names and their kdoc in hw.h
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20231011074301.223879-2-tomas.winkler@intel.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fb99e79e
...@@ -429,7 +429,7 @@ struct mei_bus_message { ...@@ -429,7 +429,7 @@ struct mei_bus_message {
} __packed; } __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 * CONNECT, DISCONNECT, and FlOW CONTROL
* *
* @hbm_cmd: bus message command header * @hbm_cmd: bus message command header
...@@ -733,7 +733,7 @@ struct hbm_dma_setup_response { ...@@ -733,7 +733,7 @@ struct hbm_dma_setup_response {
} __packed; } __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 * @hbuf_wr_idx: host circular buffer write index in slots
* @reserved1: reserved for alignment * @reserved1: reserved for alignment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment