[PATCH 126/510] staging: vt6656: resolved checkpatch finding

Greg Kroah-Hartman gregkh at suse.de
Mon Jan 10 20:37:30 UTC 2011


From: Felipe Andres Besoain Pino <guest02 at tux.(none)>

removed spaces at the start of a lines.

Signed-off-by: Felipe Andres Besoain Pino <fbesoain at gnome.cl>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/vt6656/dpc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vt6656/dpc.c b/drivers/staging/vt6656/dpc.c
index 1f9d2963..f4fb0c6 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);
 
 }
 
-- 
1.7.3.2




More information about the devel mailing list