From: Jonathan Cameron <jic23@kernel.org>
To: Olivier Leveque <o_leveque@orange.fr>,
lars@metafoo.de, Michael.Hennerich@analog.com,
linux-iio@vger.kernel.org
Subject: Re: [PATCH] staging: iio: resolver: ad2s1210: Coding style fix
Date: Wed, 22 Mar 2017 19:29:40 +0000 [thread overview]
Message-ID: <b19b7bba-6d6d-c880-bdc0-ee8ccde3bb51@kernel.org> (raw)
In-Reply-To: <1490200631-4415-1-git-send-email-o_leveque@orange.fr>
On 22/03/17 16:37, Olivier Leveque wrote:
> Apply proper indentation in order to follow the linux kernel coding style
>
> Signed-off-by: Olivier Leveque <o_leveque@orange.fr>
Hi Oliver.
Already a fix in place for this one.
Thanks,
Jonathan
> ---
> 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;
>
prev parent reply other threads:[~2017-03-22 19:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-22 16:37 [PATCH] staging: iio: resolver: ad2s1210: Coding style fix Olivier Leveque
2017-03-22 19:29 ` Jonathan Cameron [this message]
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=b19b7bba-6d6d-c880-bdc0-ee8ccde3bb51@kernel.org \
--to=jic23@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=o_leveque@orange.fr \
/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).