summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mac.c
diff options
context:
space:
mode:
authorHeba Aamer <heba93aamer@gmail.com>2015-01-19 12:16:30 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-25 19:59:16 +0800
commit75b4d52bae59aba0e4cd28bd88a42680d270ea6b (patch)
tree214c8d075626a15e55422ff942a59fff80011e8a /drivers/staging/vt6655/mac.c
parent074e6fd13377e78e788fbcf986a887d460ea8b39 (diff)
downloadop-kernel-dev-75b4d52bae59aba0e4cd28bd88a42680d270ea6b.zip
op-kernel-dev-75b4d52bae59aba0e4cd28bd88a42680d270ea6b.tar.gz
staging: vt6655: fix space prohibited before that ','
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>
Diffstat (limited to 'drivers/staging/vt6655/mac.c')
-rw-r--r--drivers/staging/vt6655/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c
index 63c9c7e..3653a2b 100644
--- 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;
}
OpenPOWER on IntegriCloud