OSDN Git Service

spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
authorAlain Volmat <alain.volmat@foss.st.com>
Wed, 19 Jan 2022 09:32:44 +0000 (10:32 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 19 Jan 2022 16:47:42 +0000 (16:47 +0000)
commit3cefddb72f80dc8d49ce605628ceb6525cfd64da
tree59bd22f32c83f682bb5f65cd91a38cb9c768cc06
parente4d63473d3110afd170e6e0e48494d3789d26136
spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment

Variables 'can_dma' and 'has_startbit' are described within the
struct stm32_spi_cfg comment but have never existed in this structure
so remove them.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Link: https://lore.kernel.org/r/20220119093245.624878-2-alain.volmat@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c