On 09/07/15 22:51, Hartmut Knaack wrote: > Adjust some indentation issues as spotted by checkpatch.pl --strict > > Signed-off-by: Hartmut Knaack <knaack.h@xxxxxx> > Reviewed-by: Tiberiu Breana <tiberiu.a.breana@xxxxxxxxx> Applied. > --- > drivers/iio/light/stk3310.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/iio/light/stk3310.c b/drivers/iio/light/stk3310.c > index 0056f4870357..e73f6f27cc56 100644 > --- a/drivers/iio/light/stk3310.c > +++ b/drivers/iio/light/stk3310.c > @@ -385,7 +385,7 @@ static int stk3310_write_raw(struct iio_dev *indio_dev, > ret = regmap_field_write(data->reg_ps_it, index); > if (ret < 0) > dev_err(&data->client->dev, > - "sensor configuration failed\n"); > + "sensor configuration failed\n"); > mutex_unlock(&data->lock); > return ret; > > @@ -402,7 +402,7 @@ static int stk3310_write_raw(struct iio_dev *indio_dev, > ret = regmap_field_write(data->reg_ps_gain, index); > if (ret < 0) > dev_err(&data->client->dev, > - "sensor configuration failed\n"); > + "sensor configuration failed\n"); > mutex_unlock(&data->lock); > return ret; > } > @@ -645,7 +645,7 @@ static int stk3310_probe(struct i2c_client *client, > STK3310_EVENT, indio_dev); > if (ret < 0) { > dev_err(&client->dev, "request irq %d failed\n", > - client->irq); > + client->irq); > goto err_standby; > } > } > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html