From: Felipe Andres Besoain Pino Date: Fri, 29 Oct 2010 22:15:58 +0000 (-0300) Subject: staging: vt6656: resolved checkpatch finding X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ba5c2b3ddcb7a6a0e942c7c2434f048d152f08c5;p=deliverable%2Flinux.git staging: vt6656: resolved checkpatch finding removed spaces at the start of a lines. Signed-off-by: Felipe Andres Besoain Pino Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt6656/dpc.c index 1f9d29636803..f4fb0c6e4eac 100644 --- a/drivers/staging/vt6656/dpc.c +++ b/drivers/staging/vt6656/dpc.c @@ -1608,8 +1608,8 @@ void RXvMngWorkItem(void *Context) } } - pDevice->bIsRxMngWorkItemQueued = FALSE; - spin_unlock_irq(&pDevice->lock); + pDevice->bIsRxMngWorkItemQueued = FALSE; + spin_unlock_irq(&pDevice->lock); }