]> www.infradead.org Git - users/willy/xarray.git/commit
spi: ep93xx: update kerneldoc comments for ep93xx_spi
authorArnd Bergmann <arnd@arndb.de>
Thu, 12 Sep 2024 13:19:12 +0000 (13:19 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 12 Sep 2024 14:33:12 +0000 (14:33 +0000)
commitba091a81f8237a6db1ccff37c2485791788107dd
treeac669ca4124c4e0c7b4b6f2f75e701cd01f8e35f
parent53cf1dc480a5bdebad457cf6754ed3018b2533ba
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: kernel test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/spi/spi-ep93xx.c