[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2dd4e733-b74a-c296-a554-3520a85e8ce2@mev.co.uk>
Date: Fri, 16 Mar 2018 10:17:28 +0000
From: Ian Abbott <abbotti@....co.uk>
To: Pratik Jain <pratik.jain0509@...il.com>, greg@...ah.com
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Subject: Re: [PATCH] Staging: comedi: drivers: ni_atmio.c: fixed multi-line
derefernce issue
On 15/03/2018 18:59, Pratik Jain wrote:
> Fixed coding style issue.
>
> Signed-off-by: Pratik Jain <pratik.jain0509@...il.com>
> ---
> drivers/staging/comedi/drivers/ni_atmio.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/comedi/drivers/ni_atmio.c b/drivers/staging/comedi/drivers/ni_atmio.c
> index b9e9ab548c4b..4e27a2959b64 100644
> --- a/drivers/staging/comedi/drivers/ni_atmio.c
> +++ b/drivers/staging/comedi/drivers/ni_atmio.c
> @@ -226,8 +226,8 @@ static int ni_isapnp_find_board(struct pnp_dev **dev)
> for (i = 0; i < ARRAY_SIZE(ni_boards); i++) {
> isapnp_dev = pnp_find_dev(NULL,
> ISAPNP_VENDOR('N', 'I', 'C'),
> - ISAPNP_FUNCTION(ni_boards[i].
> - isapnp_id), NULL);
> + ISAPNP_FUNCTION(ni_boards[i].isapnp_id),
> + NULL);
>
> if (!isapnp_dev || !isapnp_dev->card)
> continue;
>
I suggest splitting the expression just after the '=' to avoid going
over 80 columns.
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@....co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
Powered by blists - more mailing lists