Browse Source

Staging: ced1401: Fixes trailing whitespace checkpath warning.

Fixes trailing whitespace checkpath warning.

Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Elena Ufimtseva 12 years ago
parent
commit
95d8ee5403
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/ced1401/usb1401.c

+ 1 - 1
drivers/staging/ced1401/usb1401.c

@@ -1054,7 +1054,7 @@ static int Handle1401Esc(DEVICE_EXTENSION *pdx, char *pCh,
 				/*  This can never happen, really */
 				dev_err(&pdx->interface->dev,
 					"ERROR: DMA setup while transfer still waiting");
-				spin_unlock(&pdx->stagedLock); 
+				spin_unlock(&pdx->stagedLock);
 			} else {
 				if ((wTransType == TM_EXTTOHOST)
 				    || (wTransType == TM_EXTTO1401)) {