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.

iio: magnetometer: Fix spelling mistake "Magenetometer" -> "Magnetometer"

There is a spelling mistake in the HID_SENSOR_MAGNETOMETER_3D Kconfig,
fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20250724104743.139892-1-colin.i.king@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Colin Ian King and committed by
Jonathan Cameron
cddbb2f9 972b1d5d

+1 -1
+1 -1
drivers/iio/magnetometer/Kconfig
··· 123 123 select IIO_BUFFER 124 124 select HID_SENSOR_IIO_COMMON 125 125 select HID_SENSOR_IIO_TRIGGER 126 - tristate "HID Magenetometer 3D" 126 + tristate "HID Magnetometer 3D" 127 127 help 128 128 Say yes here to build support for the HID SENSOR 129 129 Magnetometer 3D.