Skip to content

Commit ba091a8

Browse files
committed
spi: ep93xx: update kerneldoc comments for ep93xx_spi
Two fields got removed but are still documented: drivers/spi/spi-ep93xx.c:98: warning: Excess struct member 'dma_rx_data' description in 'ep93xx_spi' drivers/spi/spi-ep93xx.c:98: warning: Excess struct member 'dma_tx_data' description in 'ep93xx_spi' Fixes: 3cfe732 ("spi: ep93xx: add DT support for Cirrus EP93xx") Reported-by: kernel test robot <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 53cf1dc commit ba091a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/spi/spi-ep93xx.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@
7676
* frame decreases this level and sending one frame increases it.
7777
* @dma_rx: RX DMA channel
7878
* @dma_tx: TX DMA channel
79-
* @dma_rx_data: RX parameters passed to the DMA engine
80-
* @dma_tx_data: TX parameters passed to the DMA engine
8179
* @rx_sgt: sg table for RX transfers
8280
* @tx_sgt: sg table for TX transfers
8381
* @zeropage: dummy page used as RX buffer when only TX buffer is passed in by

0 commit comments

Comments
 (0)