Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

R SUNDAR and committed by
Mark Brown
c5d74fe6 3ef9f445

-2
-2
include/linux/spi/spi.h
··· 422 422 * @bus_lock_spinlock: spinlock for SPI bus locking 423 423 * @bus_lock_mutex: mutex for exclusion of multiple callers 424 424 * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use 425 - * @multi_cs_cap: indicates that the SPI Controller can assert/de-assert 426 - * more than one chip select at once. 427 425 * @setup: updates the device mode and clocking records used by a 428 426 * device's SPI controller; protocol code may call this. This 429 427 * must fail if an unrecognized or unsupported mode is requested.