summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/light
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2014-04-09 21:26:43 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-14 08:29:29 -0700
commit8f2150dd8e6f0eb39b739e64949e98a72755599b (patch)
treefa8f9e2a6ecb85ea80ea088a9522a3b2c7f86e32 /drivers/staging/iio/light
parent9f9e1e0ff3980b73da94b1b3b12779581a2ae580 (diff)
Staging: iio: Removes unwanted space before semicolon
Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/light')
-rw-r--r--drivers/staging/iio/light/tsl2583.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/light/tsl2583.c b/drivers/staging/iio/light/tsl2583.c
index 0a60def92735..77c7f65c3762 100644
--- a/drivers/staging/iio/light/tsl2583.c
+++ b/drivers/staging/iio/light/tsl2583.c
@@ -211,7 +211,7 @@ static int taos_get_lux(struct iio_dev *indio_dev)
if (chip->taos_chip_status != TSL258X_CHIP_WORKING) {
/* device is not enabled */
dev_err(&chip->client->dev, "taos_get_lux device is not enabled\n");
- ret = -EBUSY ;
+ ret = -EBUSY;
goto out_unlock;
}