瀏覽代碼

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>
Felipe Andres Besoain Pino 14 年之前
父節點
當前提交
ba5c2b3ddc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/staging/vt6656/dpc.c

+ 2 - 2
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);
 
 }