spi: Remove the @multi_cs_cap to prevent kernel-doc warnings
authorR SUNDAR <prosunofficial@gmail.com>
Sun, 4 Feb 2024 15:45:06 +0000 (21:15 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 5 Feb 2024 14:32:27 +0000 (14:32 +0000)
./include/linux/spi/spi.h:778: warning: Excess struct member 'multi_cs_cap' description in 'spi_controller'

Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
Link: https://lore.kernel.org/r/20240204154506.3561-1-prosunofficial@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/spi/spi.h

index 600fbd5daf683d4d93536a569ef5e52248d7a851..0b0616b2a9f982ad4bd363159436cf0ece0edb23 100644 (file)
@@ -422,8 +422,6 @@ extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 ch
  * @bus_lock_spinlock: spinlock for SPI bus locking
  * @bus_lock_mutex: mutex for exclusion of multiple callers
  * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use
- * @multi_cs_cap: indicates that the SPI Controller can assert/de-assert
- *     more than one chip select at once.
  * @setup: updates the device mode and clocking records used by a
  *     device's SPI controller; protocol code may call this.  This
  *     must fail if an unrecognized or unsupported mode is requested.