* [PATCH] staging: comedi: me4000: Fixed code style issue
@ 2014-11-15 15:55 Marcus Hufvudsson
2014-11-17 9:59 ` Ian Abbott
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Hufvudsson @ 2014-11-15 15:55 UTC (permalink / raw)
To: abbotti; +Cc: devel, linux-kernel, Marcus Hufvudsson
Fixed checkpatch.pl error message. Space prohibited before that ','
Signed-off-by: Marcus Hufvudsson <marcushuf@gmail.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++)
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: comedi: me4000: Fixed code style issue
2014-11-15 15:55 [PATCH] staging: comedi: me4000: Fixed code style issue Marcus Hufvudsson
@ 2014-11-17 9:59 ` Ian Abbott
0 siblings, 0 replies; 2+ messages in thread
From: Ian Abbott @ 2014-11-17 9:59 UTC (permalink / raw)
To: Marcus Hufvudsson; +Cc: devel, linux-kernel
On 15/11/14 15:55, Marcus Hufvudsson wrote:
> Fixed checkpatch.pl error message. Space prohibited before that ','
>
> Signed-off-by: Marcus Hufvudsson <marcushuf@gmail.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@mev.co.uk>
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-17 9:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15 15:55 [PATCH] staging: comedi: me4000: Fixed code style issue Marcus Hufvudsson
2014-11-17 9:59 ` Ian Abbott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®