projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074e6fd
)
staging: vt6655: fix space prohibited before that ','
author
Heba Aamer
<heba93aamer@gmail.com>
Mon, 19 Jan 2015 10:16:30 +0000
(12:16 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 11:59:16 +0000
(19:59 +0800)
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','
Signed-off-by: Heba Aamer <heba93aamer@gmail.com>
Reviewed-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/mac.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/mac.c
b/drivers/staging/vt6655/mac.c
index
63c9c7e
..
3653a2b
100644
(file)
--- a/
drivers/staging/vt6655/mac.c
+++ b/
drivers/staging/vt6655/mac.c
@@
-789,7
+789,7
@@
bool MACbPSWakeup(void __iomem *dwIoBase)
// Check if SyncFlushOK
for (ww = 0; ww < W_MAX_TIMEOUT; ww++) {
- VNSvInPortB(dwIoBase + MAC_REG_PSCTL
, &byOrgValue);
+ VNSvInPortB(dwIoBase + MAC_REG_PSCTL, &byOrgValue);
if (byOrgValue & PSCTL_WAKEDONE)
break;
}