From: Ian Abbott <abbotti@mev.co.uk>
To: Marcus Hufvudsson <marcushuf@gmail.com>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: comedi: me4000: Fixed code style issue
Date: Mon, 17 Nov 2014 09:59:51 +0000 [thread overview]
Message-ID: <5469C717.5030709@mev.co.uk> (raw)
In-Reply-To: <1416066920-10012-1-git-send-email-marcushuf@gmail.com>
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/ )=-
prev parent reply other threads:[~2014-11-17 9:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-15 15:55 Marcus Hufvudsson
2014-11-17 9:59 ` Ian Abbott [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=5469C717.5030709@mev.co.uk \
--to=abbotti@mev.co.uk \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcushuf@gmail.com \
/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
all inboxes | Powered by JetHome®