* [PATCH] Remove the @multi_cs_cap to prevent kernel-doc warnings
@ 2024-02-04 15:45 R SUNDAR
2024-02-06 9:37 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: R SUNDAR @ 2024-02-04 15:45 UTC (permalink / raw)
To: broonie; +Cc: linux-spi, linux-kernel, R SUNDAR
./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>
---
include/linux/spi/spi.h | 2 --
1 file changed, 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.
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove the @multi_cs_cap to prevent kernel-doc warnings
2024-02-04 15:45 [PATCH] Remove the @multi_cs_cap to prevent kernel-doc warnings R SUNDAR
@ 2024-02-06 9:37 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2024-02-06 9:37 UTC (permalink / raw)
To: R SUNDAR; +Cc: linux-spi, linux-kernel
On Sun, 04 Feb 2024 21:15:06 +0530, R SUNDAR wrote:
> ./include/linux/spi/spi.h:778: warning: Excess struct member 'multi_cs_cap' description in 'spi_controller'
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] Remove the @multi_cs_cap to prevent kernel-doc warnings
commit: c5d74fe6a7f4240f6060dc51dd113b8a45f6cb56
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-06 9:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 15:45 [PATCH] Remove the @multi_cs_cap to prevent kernel-doc warnings R SUNDAR
2024-02-06 9:37 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox