Commit ba091a81 authored by Arnd Bergmann's avatar Arnd Bergmann

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: 3cfe73256905 ("spi: ep93xx: add DT support for Cirrus EP93xx")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 53cf1dc4
...@@ -76,8 +76,6 @@ ...@@ -76,8 +76,6 @@
* frame decreases this level and sending one frame increases it. * frame decreases this level and sending one frame increases it.
* @dma_rx: RX DMA channel * @dma_rx: RX DMA channel
* @dma_tx: TX DMA channel * @dma_tx: TX DMA channel
* @dma_rx_data: RX parameters passed to the DMA engine
* @dma_tx_data: TX parameters passed to the DMA engine
* @rx_sgt: sg table for RX transfers * @rx_sgt: sg table for RX transfers
* @tx_sgt: sg table for TX transfers * @tx_sgt: sg table for TX transfers
* @zeropage: dummy page used as RX buffer when only TX buffer is passed in by * @zeropage: dummy page used as RX buffer when only TX buffer is passed in by
......
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