[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5469C717.5030709@mev.co.uk>
Date: Mon, 17 Nov 2014 09:59:51 +0000
From: Ian Abbott <abbotti@....co.uk>
To: Marcus Hufvudsson <marcushuf@...il.com>
CC: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: comedi: me4000: Fixed code style issue
On 15/11/14 15:55, Marcus Hufvudsson wrote:
> Fixed checkpatch.pl error message. Space prohibited before that ','
>
> Signed-off-by: Marcus Hufvudsson <marcushuf@...il.com>
> ---
> drivers/staging/comedi/drivers/me4000.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/me4000.c b/drivers/staging/comedi/drivers/me4000.c
> index ae6ac49..fc67419 100644
> --- a/drivers/staging/comedi/drivers/me4000.c
> +++ b/drivers/staging/comedi/drivers/me4000.c
> @@ -416,7 +416,7 @@ static void me4000_reset(struct comedi_device *dev)
> val |= PLX9052_CNTRL_PCI_RESET;
> outl(val, info->plx_regbase + PLX9052_CNTRL);
> val &= ~PLX9052_CNTRL_PCI_RESET;
> - outl(val , info->plx_regbase + PLX9052_CNTRL);
> + outl(val, info->plx_regbase + PLX9052_CNTRL);
>
> /* 0x8000 to the DACs means an output voltage of 0V */
> for (chan = 0; chan < 4; chan++)
Reviewed-by: Ian Abbott <abbotti@....co.uk>
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@....co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists