Skip to content

Commit

Permalink
spi: fix typo in SPI_STM32 help text
Browse files Browse the repository at this point in the history
Fix typo from STMicroelectonics to STMicroelectronics.

Signed-off-by: Cezary Gapinski <cezary.gapinski@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Cezary Gapinski authored and Mark Brown committed Jan 7, 2019
1 parent 2cbee7f commit bb35c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ config SPI_STM32
tristate "STMicroelectronics STM32 SPI controller"
depends on ARCH_STM32 || COMPILE_TEST
help
SPI driver for STMicroelectonics STM32 SoCs.
SPI driver for STMicroelectronics STM32 SoCs.

STM32 SPI controller supports DMA and PIO modes. When DMA
is not available, the driver automatically falls back to
Expand Down

0 comments on commit bb35c9f

Please sign in to comment.