From: Olivier Leveque <o_leveque@orange.fr>
To: lars@metafoo.de, Michael.Hennerich@analog.com, linux-iio@vger.kernel.org
Cc: Olivier Leveque <o_leveque@orange.fr>
Subject: [PATCH] staging: iio: resolver: ad2s1210: Coding style fix
Date: Wed, 22 Mar 2017 17:37:11 +0100 [thread overview]
Message-ID: <1490200631-4415-1-git-send-email-o_leveque@orange.fr> (raw)
Apply proper indentation in order to follow the linux kernel coding style
Signed-off-by: Olivier Leveque <o_leveque@orange.fr>
---
drivers/staging/iio/resolver/ad2s1210.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/iio/resolver/ad2s1210.c b/drivers/staging/iio/resolver/ad2s1210.c
index 90b57c0..a6a8393 100644
--- a/drivers/staging/iio/resolver/ad2s1210.c
+++ b/drivers/staging/iio/resolver/ad2s1210.c
@@ -490,8 +490,8 @@ static int ad2s1210_read_raw(struct iio_dev *indio_dev,
ad2s1210_set_mode(MOD_VEL, st);
break;
default:
- ret = -EINVAL;
- break;
+ ret = -EINVAL;
+ break;
}
if (ret < 0)
goto error_ret;
--
1.9.1
next reply other threads:[~2017-03-22 16:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-22 16:37 Olivier Leveque [this message]
2017-03-22 19:29 ` [PATCH] staging: iio: resolver: ad2s1210: Coding style fix Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490200631-4415-1-git-send-email-o_leveque@orange.fr \
--to=o_leveque@orange.fr \
--cc=Michael.Hennerich@analog.com \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).