1
0
Fork 0

staging: vt6656: resolved checkpatch finding

removed spaces at the start of a lines.

Signed-off-by: Felipe Andres Besoain Pino <fbesoain@gnome.cl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Felipe Andres Besoain Pino 2010-10-29 19:15:58 -03:00 committed by Greg Kroah-Hartman
parent 99b7bbb9b5
commit ba5c2b3ddc
1 changed files with 2 additions and 2 deletions

View File

@ -1608,8 +1608,8 @@ void RXvMngWorkItem(void *Context)
}
}
pDevice->bIsRxMngWorkItemQueued = FALSE;
spin_unlock_irq(&pDevice->lock);
pDevice->bIsRxMngWorkItemQueued = FALSE;
spin_unlock_irq(&pDevice->lock);
}