mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
dmaengine: qcom: qcom-gpi-dma.h: fix all kernel-doc warnings
Add missing enum descriptions and spell one struct member correctly to avoid kernel-doc warnings: Warning: include/linux/dma/qcom-gpi-dma.h:15 Enum value 'SPI_TX' not described in enum 'spi_transfer_cmd' Warning: include/linux/dma/qcom-gpi-dma.h:15 Enum value 'SPI_RX' not described in enum 'spi_transfer_cmd' Warning: include/linux/dma/qcom-gpi-dma.h:15 Enum value 'SPI_DUPLEX' not described in enum 'spi_transfer_cmd' Warning: include/linux/dma/qcom-gpi-dma.h:80 struct member 'multi_msg' not described in 'gpi_i2c_config' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260301011203.3062658-1-rdunlap@infradead.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
70fbea9f1a
commit
7b84a00dd3
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
/**
|
||||
* enum spi_transfer_cmd - spi transfer commands
|
||||
* @SPI_TX: SPI peripheral TX command
|
||||
* @SPI_RX: SPI peripheral RX command
|
||||
* @SPI_DUPLEX: SPI peripheral Duplex command
|
||||
*/
|
||||
enum spi_transfer_cmd {
|
||||
SPI_TX = 1,
|
||||
|
|
@ -64,7 +67,7 @@ enum i2c_op {
|
|||
* @set_config: set peripheral config
|
||||
* @rx_len: receive length for buffer
|
||||
* @op: i2c cmd
|
||||
* @muli-msg: is part of multi i2c r-w msgs
|
||||
* @multi_msg: is part of multi i2c r-w msgs
|
||||
*/
|
||||
struct gpi_i2c_config {
|
||||
u8 set_config;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user