]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ced401: ced_ioc: fix a blank/tab codingstyle issue.
authorJoachim Adi Schuetz <jas@catbull.com>
Sun, 10 Nov 2013 14:15:06 +0000 (15:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 00:36:05 +0000 (16:36 -0800)
Fixed a coding style issue - removed a blank before a tab.

Signed-off-by: Joachim Adolf Schuetz <jas@catbull.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/ced_ioc.c

index 62efd74b8c04746da6cb1ccfa425139fa67e89bf..043a93230e82d6c5e5cadaf56eaa5f856b089916 100644 (file)
@@ -630,7 +630,7 @@ int ClearArea(DEVICE_EXTENSION *pdx, int nArea)
                        }
                        spin_unlock_irq(&pdx->stagedLock);
 
-                       if (pPages) {   /*  if we decided to release the memory */
+                       if (pPages) {   /*  if we decided to release the memory */
                                /*  Now we must undo the pinning down of the pages. We will assume the worst and mark */
                                /*  all the pages as dirty. Don't be tempted to move this up above as you must not be */
                                /*  holding a spin lock to do this stuff as it is not atomic. */