main: Fix typo in iio polling light sensor driver name
This commit is contained in:

committed by
Bastien Nocera

parent
27f4a55711
commit
f9236bcada
@@ -125,7 +125,7 @@ iio_poll_light_close (void)
|
||||
}
|
||||
|
||||
SensorDriver iio_poll_light = {
|
||||
.name = "IIO Buffer Light sensor",
|
||||
.name = "IIO Polling Light sensor",
|
||||
.type = DRIVER_TYPE_LIGHT,
|
||||
.specific_type = DRIVER_TYPE_LIGHT_IIO,
|
||||
|
||||
|
Reference in New Issue
Block a user