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>
This commit is contained in:
parent
074e6fd133
commit
75b4d52bae
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ bool MACbPSWakeup(void __iomem *dwIoBase)
|
||||||
|
|
||||||
// Check if SyncFlushOK
|
// Check if SyncFlushOK
|
||||||
for (ww = 0; ww < W_MAX_TIMEOUT; ww++) {
|
for (ww = 0; ww < W_MAX_TIMEOUT; ww++) {
|
||||||
VNSvInPortB(dwIoBase + MAC_REG_PSCTL , &byOrgValue);
|
VNSvInPortB(dwIoBase + MAC_REG_PSCTL, &byOrgValue);
|
||||||
if (byOrgValue & PSCTL_WAKEDONE)
|
if (byOrgValue & PSCTL_WAKEDONE)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue