* [PATCH] Fixed superfluous indent white space in sca3000_core.c
@ 2016-09-09 14:32 Ico Doornekamp
2016-09-09 15:04 ` Daniel Baluta
0 siblings, 1 reply; 2+ messages in thread
From: Ico Doornekamp @ 2016-09-09 14:32 UTC (permalink / raw)
To: jic23; +Cc: linux-iio, Ico Doornekamp
Signed-off-by: Ico Doornekamp <ico@pruts.nl>
---
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),
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fixed superfluous indent white space in sca3000_core.c
2016-09-09 14:32 [PATCH] Fixed superfluous indent white space in sca3000_core.c Ico Doornekamp
@ 2016-09-09 15:04 ` Daniel Baluta
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Baluta @ 2016-09-09 15:04 UTC (permalink / raw)
To: Ico Doornekamp; +Cc: Jonathan Cameron, linux-iio@vger.kernel.org
On Fri, Sep 9, 2016 at 5:32 PM, Ico Doornekamp <ico@pruts.nl> wrote:
>
Patch subject should be something like:
iio: accel: sca3000_core: Fix superfluous indent white space
> Signed-off-by: Ico Doornekamp <ico@pruts.nl>
> ---
> 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),
> --
> 2.9.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-09 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 14:32 [PATCH] Fixed superfluous indent white space in sca3000_core.c Ico Doornekamp
2016-09-09 15:04 ` Daniel Baluta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).