aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@intel.com>2016-02-18 17:53:10 +0200
committerJonathan Cameron <jic23@kernel.org>2016-02-24 20:40:44 +0000
commitaeeb18fcf661ca88aee901f10bc37da347eef70c (patch)
tree371d2a57173f626f71e81d97287c366192d4d766 /drivers/iio
parentiio: imu: inv_mpu6050: Remove unnecessary parentheses (diff)
downloadlinux-dev-aeeb18fcf661ca88aee901f10bc37da347eef70c.tar.xz
linux-dev-aeeb18fcf661ca88aee901f10bc37da347eef70c.zip
iio: imu: inv_mpu6050: Delete space before comma
This fixes the following checkpatch.pl warning: ERROR: space prohibited before that ',' (ctx:WxE) .shift = 0 , Signed-off-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/imu/inv_mpu6050/inv_mpu_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
index 72cc478ae974..48ab575cf990 100644
--- a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
+++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
@@ -582,7 +582,7 @@ static int inv_mpu6050_validate_trigger(struct iio_dev *indio_dev,
.sign = 's', \
.realbits = 16, \
.storagebits = 16, \
- .shift = 0 , \
+ .shift = 0, \
.endianness = IIO_BE, \
}, \
}