public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Mircea Caprioru <mircea.caprioru@analog.com>
Cc: <Michael.Hennerich@analog.com>, <lars@metafoo.de>,
	<gregkh@linuxfoundation.org>, <linux-kernel@vger.kernel.org>,
	<linux-iio@vger.kernel.org>
Subject: Re: [PATCH 1/2] staging: iio: adc: ad7192: Fix identation
Date: Sat, 16 Mar 2019 16:39:21 +0000	[thread overview]
Message-ID: <20190316163921.5f4fb875@archlinux> (raw)
In-Reply-To: <20190315111425.14275-1-mircea.caprioru@analog.com>

On Fri, 15 Mar 2019 13:14:24 +0200
Mircea Caprioru <mircea.caprioru@analog.com> wrote:

> This patch fixes the odd indentation inside function ad7192_calibrate_all.
> 
> Signed-off-by: Mircea Caprioru <mircea.caprioru@analog.com>
Applied to the togreg branch of iio.git and pushed out as testing
Thanks.

Jonathan

> ---
>  drivers/staging/iio/adc/ad7192.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/iio/adc/ad7192.c b/drivers/staging/iio/adc/ad7192.c
> index acdbc07fd259..ebab75bdeed7 100644
> --- a/drivers/staging/iio/adc/ad7192.c
> +++ b/drivers/staging/iio/adc/ad7192.c
> @@ -216,8 +216,8 @@ static const struct ad_sd_calib_data ad7192_calib_arr[8] = {
>  
>  static int ad7192_calibrate_all(struct ad7192_state *st)
>  {
> -		return ad_sd_calibrate_all(&st->sd, ad7192_calib_arr,
> -				ARRAY_SIZE(ad7192_calib_arr));
> +	return ad_sd_calibrate_all(&st->sd, ad7192_calib_arr,
> +				   ARRAY_SIZE(ad7192_calib_arr));
>  }
>  
>  static inline bool ad7192_valid_external_frequency(u32 freq)


      parent reply	other threads:[~2019-03-16 16:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 11:14 [PATCH 1/2] staging: iio: adc: ad7192: Fix identation Mircea Caprioru
2019-03-15 11:14 ` [PATCH 2/2] staging: iio: adc: ad7192: Report error directly in ad7192_setup Mircea Caprioru
2019-03-16 16:45   ` Jonathan Cameron
2019-03-16 16:52     ` Jonathan Cameron
2019-03-16 16:39 ` 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=20190316163921.5f4fb875@archlinux \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mircea.caprioru@analog.com \
    /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