mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
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
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user