summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorR SUNDAR <prosunofficial@gmail.com>2024-02-04 21:15:06 +0530
committerMark Brown <broonie@kernel.org>2024-02-05 14:32:27 +0000
commitc5d74fe6a7f4240f6060dc51dd113b8a45f6cb56 (patch)
treeafb1443396c47f896e6bbb22c31293f5ea83f307 /include/linux/spi
parent3ef9f445ddb1e061ce497f54ca75bbaec52a3a46 (diff)
downloadlinux-c5d74fe6a7f4240f6060dc51dd113b8a45f6cb56.tar.gz
linux-c5d74fe6a7f4240f6060dc51dd113b8a45f6cb56.tar.bz2
linux-c5d74fe6a7f4240f6060dc51dd113b8a45f6cb56.zip
spi: Remove the @multi_cs_cap to prevent kernel-doc warnings
./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>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/spi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index 600fbd5daf68..0b0616b2a9f9 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -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.