Skip to content

Commit

Permalink
staging: vt6656: resolved checkpatch finding
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Andres Besoain Pino authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 99b7bbb commit ba5c2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vt6656/dpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1608,8 +1608,8 @@ void RXvMngWorkItem(void *Context)
}
}

pDevice->bIsRxMngWorkItemQueued = FALSE;
spin_unlock_irq(&pDevice->lock);
pDevice->bIsRxMngWorkItemQueued = FALSE;
spin_unlock_irq(&pDevice->lock);

}

Expand Down

0 comments on commit ba5c2b3

Please sign in to comment.