]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: vt6656: resolved checkpatch finding
authorFelipe Andres Besoain Pino <guest02@tux.(none)>
Fri, 29 Oct 2010 22:15:58 +0000 (19:15 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:55:54 +0000 (15:55 -0800)
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>
drivers/staging/vt6656/dpc.c

index 1f9d29636803fcc4ec1f1e10dffe742d7c0e4196..f4fb0c6e4eacc83a6365475197ef175916ff300b 100644 (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);
 
 }