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

staging: vt6655: fix space prohibted before that ','

This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','

Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ahmad Hassan and committed by
Greg Kroah-Hartman
2a0a7b3d 75b4d52b

+1 -1
+1 -1
drivers/staging/vt6655/device_main.c
··· 1090 1090 // Must do this after doing rx/tx, cause ISR bit is slow 1091 1091 // than RD/TD write back 1092 1092 // update ISR counter 1093 - STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic , dwMIBCounter); 1093 + STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic, dwMIBCounter); 1094 1094 while (pDevice->dwIsr != 0) { 1095 1095 STAvUpdateIsrStatCounter(&pDevice->scStatistic, pDevice->dwIsr); 1096 1096 MACvWriteISR(pDevice->PortOffset, pDevice->dwIsr);