Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Heba Aamer and committed by
Greg Kroah-Hartman
75b4d52b 074e6fd1

+1 -1
+1 -1
drivers/staging/vt6655/mac.c
··· 789 789 790 790 // Check if SyncFlushOK 791 791 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { 792 - VNSvInPortB(dwIoBase + MAC_REG_PSCTL , &byOrgValue); 792 + VNSvInPortB(dwIoBase + MAC_REG_PSCTL, &byOrgValue); 793 793 if (byOrgValue & PSCTL_WAKEDONE) 794 794 break; 795 795 }