diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2023-10-11 10:42:59 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-18 10:01:33 +0200 |
commit | 64459c626b5a08aa8e8fdaa128a218215df93675 (patch) | |
tree | 2cdea5fe657baced82b39c89f1cce894aeb024f6 /drivers/misc/mei | |
parent | fb99e79ee62aaa07d9e77cb3a15c5f1ae2790e6a (diff) | |
download | linux-64459c626b5a08aa8e8fdaa128a218215df93675.tar.gz linux-64459c626b5a08aa8e8fdaa128a218215df93675.tar.bz2 linux-64459c626b5a08aa8e8fdaa128a218215df93675.zip |
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>
Diffstat (limited to 'drivers/misc/mei')
-rw-r--r-- | drivers/misc/mei/hw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h index e910302fcd1f..3ad3080519c4 100644 --- a/drivers/misc/mei/hw.h +++ b/drivers/misc/mei/hw.h @@ -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 |