From: Mohamed Lotfy Hammad <mohamed.lotfy.hammad@gmail.com>
To: devel@driverdev.osuosl.org
Cc: forest@alittletooquiet.net, gregkh@linuxfoundation.org,
tvboxspy@gmail.com, guido@vanguardiasur.com.ar,
silvagustavosilva@gmail.com, gclement@baobob.org,
joe@perches.com, linux-kernel@vger.kernel.org,
fred.chou.nd@gmail.com
Subject: [PATCH] staging: vt6655: mac.h: fix space prohibited before that ','
Date: Mon, 19 Jan 2015 14:30:25 +0200 [thread overview]
Message-ID: <20150119123025.GA24976@lotfy1893-Ubuntu> (raw)
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','
Signed-off-by: Mohamed Lotfy Hammad <mohamed.lotfy.hammad@gmail.com>
---
drivers/staging/vt6655/mac.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h
index e1e7e10..4985c63 100644
--- a/drivers/staging/vt6655/mac.h
+++ b/drivers/staging/vt6655/mac.h
@@ -888,7 +888,7 @@ do { \
VNSvOutPortB(dwIoBase + MAC_REG_PAGE1SEL, 1)
#define MACvReadMIBCounter(dwIoBase, pdwCounter) \
- VNSvInPortD(dwIoBase + MAC_REG_MIBCNTR , pdwCounter)
+ VNSvInPortD(dwIoBase + MAC_REG_MIBCNTR, pdwCounter)
#define MACvPwrEvntDisable(dwIoBase) \
VNSvOutPortW(dwIoBase + MAC_REG_WAKEUPEN0, 0x0000)
--
2.1.0
next reply other threads:[~2015-01-19 12:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 12:30 Mohamed Lotfy Hammad [this message]
2015-01-23 0:06 ` [PATCH] staging: vt6655: mac.h: fix space prohibited before that ',' Aya Mahfouz
2015-01-25 11:41 ` Greg KH
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=20150119123025.GA24976@lotfy1893-Ubuntu \
--to=mohamed.lotfy.hammad@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=forest@alittletooquiet.net \
--cc=fred.chou.nd@gmail.com \
--cc=gclement@baobob.org \
--cc=gregkh@linuxfoundation.org \
--cc=guido@vanguardiasur.com.ar \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=silvagustavosilva@gmail.com \
--cc=tvboxspy@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