]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iio: reword help text of several IIO_ST drivers
authorPeter Meerwald <pmeerw@pmeerw.net>
Sun, 23 Jun 2013 21:28:00 +0000 (22:28 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Aug 2013 17:40:30 +0000 (18:40 +0100)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: "Denis Ciocca" <denis.ciocca@st.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/Kconfig
drivers/iio/gyro/Kconfig
drivers/iio/magnetometer/Kconfig
drivers/iio/pressure/Kconfig

index 719d83fe51dd04620a3754529e64cf7a257349b2..a00267525b661c877f92e135524e1776b523aa3e 100644 (file)
@@ -33,8 +33,8 @@ config IIO_ST_ACCEL_3AXIS
          LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
          LIS331DLH, LSM303DL, LSM303DLM, LSM330.
 
-         This driver can also be built as a module. If so, will be created
-         these modules:
+         This driver can also be built as a module. If so, these modules
+         will be created:
          - st_accel (core functions for the driver [it is mandatory]);
          - st_accel_i2c (necessary for the I2C devices [optional*]);
          - st_accel_spi (necessary for the SPI devices [optional*]);
index 8498e9dcda6859a4ff88f40ed46007bc37ae3ac9..1fdcc8451fdf0cd50d1c8be485999102c878b36c 100644 (file)
@@ -58,8 +58,8 @@ config IIO_ST_GYRO_3AXIS
          Say yes here to build support for STMicroelectronics gyroscopes:
          L3G4200D, LSM330DL, L3GD20, L3GD20H, LSM330DLC, L3G4IS, LSM330.
 
-         This driver can also be built as a module. If so, will be created
-         these modules:
+         This driver can also be built as a module. If so, these modules
+         will be created:
          - st_gyro (core functions for the driver [it is mandatory]);
          - st_gyro_i2c (necessary for the I2C devices [optional*]);
          - st_gyro_spi (necessary for the SPI devices [optional*]);
index c332b0ae4a3b8b47ad940532d4b1f4994c2c3029..4d55b1b851b3135276f8f5749d9af6c97ab74eb3 100644 (file)
@@ -36,8 +36,8 @@ config IIO_ST_MAGN_3AXIS
          Say yes here to build support for STMicroelectronics magnetometers:
          LSM303DLHC, LSM303DLM, LIS3MDL.
 
-         This driver can also be built as a module. If so, will be created
-         these modules:
+         This driver can also be built as a module. If so, these modules
+         will be created:
          - st_magn (core functions for the driver [it is mandatory]);
          - st_magn_i2c (necessary for the I2C devices [optional*]);
          - st_magn_spi (necessary for the SPI devices [optional*]);
index 3cba7f551ebe5c65d0896abbbb516e1305be154d..56ae8905c8e116904f10c2990de2a0eca30d3547 100644 (file)
@@ -14,8 +14,8 @@ config IIO_ST_PRESS
          Say yes here to build support for STMicroelectronics pressure
          sensors: LPS331AP.
 
-         This driver can also be built as a module. If so, will be created
-         these modules:
+         This driver can also be built as a module. If so, these modules
+         will be created:
          - st_pressure (core functions for the driver [it is mandatory]);
          - st_pressure_i2c (necessary for the I2C devices [optional*]);
          - st_pressure_spi (necessary for the SPI devices [optional*]);