iio: imu: inv_mpu6050: Delete space before comma
authorDaniel Baluta <daniel.baluta@intel.com>
Thu, 18 Feb 2016 15:53:10 +0000 (17:53 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 24 Feb 2016 20:40:44 +0000 (20:40 +0000)
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>
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c

index 72cc478ae9745fa0ea0d2cac4835b1cc51278c97..48ab575cf9900b8194cc9c613789022a7a4bba94 100644 (file)
@@ -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,                 \
                             },                                       \
        }
This page took 0.024965 seconds and 5 git commands to generate.