提交 e537daa1 编写于 作者: E Eva Rachel Retuya 提交者: Greg Kroah-Hartman

staging: iio: light: add space around '*"

Address checkpatch check pointing out the lack of space around the
operator '*'.
Signed-off-by: NEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 7f3829a3
...@@ -731,7 +731,7 @@ static ssize_t taos_luxtable_store(struct device *dev, ...@@ -731,7 +731,7 @@ static ssize_t taos_luxtable_store(struct device *dev,
{ {
struct iio_dev *indio_dev = dev_to_iio_dev(dev); struct iio_dev *indio_dev = dev_to_iio_dev(dev);
struct tsl2583_chip *chip = iio_priv(indio_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; int n;
get_options(buf, ARRAY_SIZE(value), value); get_options(buf, ARRAY_SIZE(value), value);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册