[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1a986128-9e8c-94cc-f3c7-c710e9e0bf94@kernel.org>
Date: Mon, 29 Aug 2016 16:29:39 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Clifton Barnes <clifton.a.barnes@...il.com>
Cc: gregkh@...uxfoundation.org, linux-iio@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] staging: iio: accel: sca3000: remove extra space
On 23/08/16 03:45, Clifton Barnes wrote:
> fix checkpatch.pl warning about 'Statements should start on a
> tabstop'
>
> Signed-off-by: Clifton Barnes <clifton.a.barnes@...il.com>
Applied to the togreg branch of iio.git. Will be initially
pushed out as testing for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/staging/iio/accel/sca3000_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/iio/accel/sca3000_core.c b/drivers/staging/iio/accel/sca3000_core.c
> index b5625f5..61f3241 100644
> --- a/drivers/staging/iio/accel/sca3000_core.c
> +++ b/drivers/staging/iio/accel/sca3000_core.c
> @@ -412,7 +412,7 @@ static const struct iio_event_spec sca3000_event = {
> }, \
> .event_spec = &sca3000_event, \
> .num_event_specs = 1, \
> - }
> + }
>
> static const struct iio_chan_spec sca3000_channels[] = {
> SCA3000_CHAN(0, IIO_MOD_X),
>
Powered by blists - more mailing lists