On 30/12/14 18:45, Roberta Dobrescu wrote: > This patch fixes the following checkpatch.pl error: > ERROR: space prohibited before that ',' (ctx:WxW) > > Signed-off-by: Roberta Dobrescu <roberta.dobrescu@xxxxxxxxx> Applied > --- > drivers/iio/amplifiers/ad8366.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/amplifiers/ad8366.c b/drivers/iio/amplifiers/ad8366.c > index ba6f6a9..fce25a0 100644 > --- a/drivers/iio/amplifiers/ad8366.c > +++ b/drivers/iio/amplifiers/ad8366.c > @@ -166,7 +166,7 @@ static int ad8366_probe(struct spi_device *spi) > if (ret) > goto error_disable_reg; > > - ad8366_write(indio_dev, 0 , 0); > + ad8366_write(indio_dev, 0, 0); > > return 0; > > -- 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