lkml.org 
[lkml]   [2019]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] staging:iio:ad7152: align line to match open parenthesis
On Tue, 29 Jan 2019 16:31:00 -0200
Camylla Cantanheide <c.cantanheide@gmail.com> wrote:

> From: Feulo <guifeulo@gmail.com>
>
> Align broken line to match upper line parenthesis. Solves the
> checkpatch.pl's message
>
> CHECK: Alignment should match open parenthesis.
>
> Signed-off-by: Feulo <guifeulo@gmail.com>
For reference should be full name (though I'm obviously making
assumptions).

Also, this is very unlucky timing as I have a patch sent on
Wednesday to drop this driver on the basis the part is going away
and we don't know of anyone who actually has hardware.
Given I'm going to apply that in a moment, adding this one would
just be noise.

Sorry. This happens sometimes in the churn of the kernel!

Jonathan


> Signed-off-by: Camylla Cantanheide <c.cantanheide@gmail.com>
> ---
> drivers/staging/iio/cdc/ad7152.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/iio/cdc/ad7152.c b/drivers/staging/iio/cdc/ad7152.c
> index 25f51db..e7f082f 100644
> --- a/drivers/staging/iio/cdc/ad7152.c
> +++ b/drivers/staging/iio/cdc/ad7152.c
> @@ -362,7 +362,7 @@ static int ad7152_read_raw(struct iio_dev *indio_dev,
> /* Trigger a single read */
> regval |= AD7152_CONF_MODE_SINGLE_CONV;
> ret = i2c_smbus_write_byte_data(chip->client, AD7152_REG_CFG,
> - regval);
> + regval);
> if (ret < 0)
> goto out;
>

\
 
 \ /
  Last update: 2019-02-02 10:57    [W:0.025 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site