]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: iio: Removes unwanted space before semicolon
authorMichael Welling <mwelling@ieee.org>
Thu, 10 Apr 2014 02:26:43 +0000 (21:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 15:29:29 +0000 (08:29 -0700)
Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/light/tsl2583.c

index 0a60def92735e16566185d7d6eee8c30f4b7395d..77c7f65c376263e3ff2622a565d981a27f1c91ce 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;
        }