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.

misc: Fix spelling mistake "STMicroeletronics" -> "STMicroelectronics"

There is are spelling mistakes in the SENSORS_LIS3_SPI and SENSORS_LIS3_I2C
Kconfig. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20250724105422.140186-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
6e6fe5a9 4d260483

+2 -2
+2 -2
drivers/misc/lis3lv02d/Kconfig
··· 4 4 # 5 5 6 6 config SENSORS_LIS3_SPI 7 - tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)" 7 + tristate "STMicroelectronics LIS3LV02Dx three-axis digital accelerometer (SPI)" 8 8 depends on !ACPI && SPI_MASTER && INPUT 9 9 select SENSORS_LIS3LV02D 10 10 help ··· 20 20 is called lis3lv02d_spi. 21 21 22 22 config SENSORS_LIS3_I2C 23 - tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)" 23 + tristate "STMicroelectronics LIS3LV02Dx three-axis digital accelerometer (I2C)" 24 24 depends on I2C && INPUT 25 25 select SENSORS_LIS3LV02D 26 26 help