]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: iio: tsl2x7x: remove unnecessary whitespace
authorBrian Masney <masneyb@onstation.org>
Fri, 11 May 2018 00:12:15 +0000 (20:12 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 12 May 2018 11:14:38 +0000 (12:14 +0100)
This patch removes unnecessary whitespace in preparation for moving this
driver out of staging.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c
drivers/staging/iio/light/tsl2x7x.h

index cc863e8927f50e470e3329a9ab678c26c171a89b..3ae2fd19ae9caf64274dc900cfa7b40574b0927d 100644 (file)
@@ -196,16 +196,16 @@ static const struct tsl2x7x_lux tmd2x72_lux_table[TSL2X7X_DEF_LUX_TABLE_SZ] = {
 };
 
 static const struct tsl2x7x_lux *tsl2x7x_default_lux_table_group[] = {
-       [tsl2571] =     tsl2x71_lux_table,
-       [tsl2671] =     tsl2x71_lux_table,
-       [tmd2671] =     tmd2x71_lux_table,
-       [tsl2771] =     tsl2x71_lux_table,
-       [tmd2771] =     tmd2x71_lux_table,
-       [tsl2572] =     tsl2x72_lux_table,
-       [tsl2672] =     tsl2x72_lux_table,
-       [tmd2672] =     tmd2x72_lux_table,
-       [tsl2772] =     tsl2x72_lux_table,
-       [tmd2772] =     tmd2x72_lux_table,
+       [tsl2571] = tsl2x71_lux_table,
+       [tsl2671] = tsl2x71_lux_table,
+       [tmd2671] = tmd2x71_lux_table,
+       [tsl2771] = tsl2x71_lux_table,
+       [tmd2771] = tmd2x71_lux_table,
+       [tsl2572] = tsl2x72_lux_table,
+       [tsl2672] = tsl2x72_lux_table,
+       [tmd2672] = tmd2x72_lux_table,
+       [tsl2772] = tsl2x72_lux_table,
+       [tmd2772] = tmd2x72_lux_table,
 };
 
 static const struct tsl2x7x_settings tsl2x7x_default_settings = {
@@ -1241,7 +1241,7 @@ static irqreturn_t tsl2x7x_event_handler(int irq, void *private)
                                                    0,
                                                    IIO_EV_TYPE_THRESH,
                                                    IIO_EV_DIR_EITHER),
-                                                   timestamp);
+                              timestamp);
        }
 
        if (ret & TSL2X7X_STA_ALS_INTR) {
index 1097ee890ce20385300c05d3b25b95a8ece88e2d..db344796fc1b54ff5511b72fc7264870836b261d 100644 (file)
@@ -92,7 +92,6 @@ struct tsl2x7x_settings {
  * struct tsl2X7X_platform_data - Platform callback, glass and defaults
  * @platform_lux_table:        Device specific glass coefficents
  * @platform_default_settings: Device specific power on defaults
- *
  */
 struct tsl2X7X_platform_data {
        struct tsl2x7x_lux platform_lux_table[TSL2X7X_MAX_LUX_TABLE_SIZE];