Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: adis1620x: Fix mixed up device descriptions

The module descriptions for the ADIS 16201, 16203 and 16209 drivers do not
match the actual function of the devices. Update them accordingly to fix
this.

Signed-off-by: Reto Schneider <code@reto-schneider.ch>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Reto Schneider and committed by
Jonathan Cameron
58401bd4 32b28076

+6 -6
+2 -2
drivers/staging/iio/accel/adis16201_core.c
··· 1 1 /* 2 - * ADIS16201 Programmable Digital Vibration Sensor driver 2 + * ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer 3 3 * 4 4 * Copyright 2010 Analog Devices Inc. 5 5 * ··· 243 243 module_spi_driver(adis16201_driver); 244 244 245 245 MODULE_AUTHOR("Barry Song <21cnbao@gmail.com>"); 246 - MODULE_DESCRIPTION("Analog Devices ADIS16201 Programmable Digital Vibration Sensor driver"); 246 + MODULE_DESCRIPTION("Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"); 247 247 MODULE_LICENSE("GPL v2"); 248 248 MODULE_ALIAS("spi:adis16201");
+2 -2
drivers/staging/iio/accel/adis16203_core.c
··· 1 1 /* 2 - * ADIS16203 Programmable Digital Vibration Sensor driver 2 + * ADIS16203 Programmable 360 Degrees Inclinometer 3 3 * 4 4 * Copyright 2030 Analog Devices Inc. 5 5 * ··· 211 211 module_spi_driver(adis16203_driver); 212 212 213 213 MODULE_AUTHOR("Barry Song <21cnbao@gmail.com>"); 214 - MODULE_DESCRIPTION("Analog Devices ADIS16203 Programmable Digital Vibration Sensor driver"); 214 + MODULE_DESCRIPTION("Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"); 215 215 MODULE_LICENSE("GPL v2"); 216 216 MODULE_ALIAS("spi:adis16203");
+2 -2
drivers/staging/iio/accel/adis16209_core.c
··· 1 1 /* 2 - * ADIS16209 Programmable Digital Vibration Sensor driver 2 + * ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer 3 3 * 4 4 * Copyright 2010 Analog Devices Inc. 5 5 * ··· 243 243 module_spi_driver(adis16209_driver); 244 244 245 245 MODULE_AUTHOR("Barry Song <21cnbao@gmail.com>"); 246 - MODULE_DESCRIPTION("Analog Devices ADIS16209 Digital Vibration Sensor driver"); 246 + MODULE_DESCRIPTION("Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"); 247 247 MODULE_LICENSE("GPL v2"); 248 248 MODULE_ALIAS("spi:adis16209");