Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Tom Lebreux <tomlebreux@cock.li>
Cc: Lars-Peter Clausen <lars@metafoo.de>, linux-iio@vger.kernel.org
Subject: Re: [PATCH] staging:iio:ad7152: Align arguments to match open parenthesis
Date: Sat, 10 Mar 2018 16:17:42 +0000	[thread overview]
Message-ID: <20180310161728.639a1912@archlinux> (raw)
In-Reply-To: <20180308231904.4154-1-tomlebreux@cock.li>

On Thu,  8 Mar 2018 18:19:04 -0500
Tom Lebreux <tomlebreux@cock.li> wrote:

> This patch fixes checkpatch.pl CHECK for alignment.
> 
> Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
Applied to the togreg branch of iio.git and pushed out as
testing for the autobuilders to play with it.

Thanks,

Jonathan

> ---
>  drivers/staging/iio/cdc/ad7152.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/iio/cdc/ad7152.c b/drivers/staging/iio/cdc/ad7152.c
> index 19dc896603a1..25f51db05d2d 100644
> --- a/drivers/staging/iio/cdc/ad7152.c
> +++ b/drivers/staging/iio/cdc/ad7152.c
> @@ -426,8 +426,8 @@ static int ad7152_read_raw(struct iio_dev *indio_dev,
>  }
>  
>  static int ad7152_write_raw_get_fmt(struct iio_dev *indio_dev,
> -			       struct iio_chan_spec const *chan,
> -			       long mask)
> +				    struct iio_chan_spec const *chan,
> +				    long mask)
>  {
>  	switch (mask) {
>  	case IIO_CHAN_INFO_SCALE:
> @@ -493,7 +493,7 @@ static const struct iio_chan_spec ad7152_channels[] = {
>   */
>  
>  static int ad7152_probe(struct i2c_client *client,
> -		const struct i2c_device_id *id)
> +			const struct i2c_device_id *id)
>  {
>  	int ret = 0;
>  	struct ad7152_chip_info *chip;


      reply	other threads:[~2018-03-10 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08 23:19 [PATCH] staging:iio:ad7152: Align arguments to match open parenthesis Tom Lebreux
2018-03-10 16:17 ` 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=20180310161728.639a1912@archlinux \
    --to=jic23@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=tomlebreux@cock.li \
    /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