From: Joachim Adi Schuetz Date: Sun, 10 Nov 2013 14:15:06 +0000 (+0100) Subject: staging: ced401: ced_ioc: fix a blank/tab codingstyle issue. X-Git-Tag: v3.14-rc1~150^2~775^2~64 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=91f9765d377385863950f31d43aba5a888faa413;p=linux.git staging: ced401: ced_ioc: fix a blank/tab codingstyle issue. Fixed a coding style issue - removed a blank before a tab. Signed-off-by: Joachim Adolf Schuetz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 62efd74b8c04..043a93230e82 100644 --- a/drivers/staging/ced1401/ced_ioc.c +++ b/drivers/staging/ced1401/ced_ioc.c @@ -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. */