Staging:iio:tsl2583 Removes unwanted space before semicolon
authorMichael Welling <mwelling@ieee.org>
Sat, 4 Oct 2014 02:26:00 +0000 (03:26 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 12 Apr 2014 17:29:08 +0000 (18:29 +0100)
Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c

index f8c6595..9d39387 100644 (file)
@@ -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;
        }