[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397156046-6837-1-git-send-email-paulmcquad@gmail.com>
Date: Thu, 10 Apr 2014 19:54:06 +0100
From: Paul McQuade <paulmcquad@...il.com>
To: linux-kernel@...r.kernel.org
Cc: viro@...iv.linux.org.uk, jack@...e.cz
Subject: [PATCH 11/15] kernel:acct:spaces required
ERROR: spaces required around that '>' (ctx:VxV)
Signed-off-by: Paul McQuade <paulmcquad@...il.com>
---
kernel/acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/acct.c b/kernel/acct.c
index df28519..3fdafa9 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -134,7 +134,7 @@ static int check_free_space(struct bsd_acct_struct *acct, struct file *file)
spin_lock(&acct_lock);
if (file != acct->file) {
if (act)
- res = act>0;
+ res = act > 0;
goto out;
}
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists