public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Popa, Stefan Serban" <StefanSerban.Popa@analog.com>
To: "colin.king@canonical.com" <colin.king@canonical.com>,
	"lars@metafoo.de" <lars@metafoo.de>,
	"pmeerw@pmeerw.net" <pmeerw@pmeerw.net>,
	"Hennerich, Michael" <Michael.Hennerich@analog.com>,
	"jic23@kernel.org" <jic23@kernel.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"knaack.h@gmx.de" <knaack.h@gmx.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH] iio: adc: fix indentation issue, remove extra tab
Date: Fri, 15 Mar 2019 09:25:38 +0000	[thread overview]
Message-ID: <1552641938.13791.2.camel@analog.com> (raw)
In-Reply-To: <20190314232603.30531-1-colin.king@canonical.com>

On Jo, 2019-03-14 at 23:26 +0000, Colin King wrote:
> [External]
> 
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> A return statement is indented one level too deeply; clean this
> up by removing a tab.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Stefan Popa <stefan.popa@analog.com>

Thanks!

> ---
>  drivers/iio/adc/ad7124.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ad7124.c b/drivers/iio/adc/ad7124.c
> index 7d5e5311d8de..659ef37d5fe8 100644
> --- a/drivers/iio/adc/ad7124.c
> +++ b/drivers/iio/adc/ad7124.c
> @@ -411,7 +411,7 @@ static int ad7124_init_channel_vref(struct
> ad7124_state *st,
>                         dev_err(&st->sd.spi->dev,
>                                 "Error, trying to use external voltage
> reference without a %s regulator.\n",
>                                 ad7124_ref_names[refsel]);
> -                               return PTR_ERR(st->vref[refsel]);
> +                       return PTR_ERR(st->vref[refsel]);
>                 }
>                 st->channel_config[channel_number].vref_mv =
>                         regulator_get_voltage(st->vref[refsel]);
> --
> 2.20.1
> 

  reply	other threads:[~2019-03-15  9:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-14 23:26 [PATCH] iio: adc: fix indentation issue, remove extra tab Colin King
2019-03-15  9:25 ` Popa, Stefan Serban [this message]
2019-03-16 16:38   ` Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2019-03-14 23:22 Colin King

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=1552641938.13791.2.camel@analog.com \
    --to=stefanserban.popa@analog.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=colin.king@canonical.com \
    --cc=jic23@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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