staging: iio: light: add space around '*"
authorEva Rachel Retuya <eraretuya@gmail.com>
Thu, 18 Feb 2016 07:35:39 +0000 (15:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:45:56 +0000 (14:45 -0800)
Address checkpatch check pointing out the lack of space around the
operator '*'.

Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/light/tsl2583.c

index 5fc411085fbf51f13b56592763b6223e8f3671e4..e970b3ff140eb6574357206d7625b610e0b1ca72 100644 (file)
@@ -731,7 +731,7 @@ static ssize_t taos_luxtable_store(struct device *dev,
 {
        struct iio_dev *indio_dev = dev_to_iio_dev(dev);
        struct tsl2583_chip *chip = iio_priv(indio_dev);
-       int value[ARRAY_SIZE(taos_device_lux)*3 + 1];
+       int value[ARRAY_SIZE(taos_device_lux) * 3 + 1];
        int n;
 
        get_options(buf, ARRAY_SIZE(value), value);
This page took 0.024831 seconds and 5 git commands to generate.