All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 11/15] kernel:acct:spaces required
@ 2014-04-10 18:54 Paul McQuade
  2014-04-10 19:36 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Paul McQuade @ 2014-04-10 18:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: viro, jack

ERROR: spaces required around that '>' (ctx:VxV)

Signed-off-by: Paul McQuade <paulmcquad@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-10 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10 18:54 [PATCH 11/15] kernel:acct:spaces required Paul McQuade
2014-04-10 19:36 ` Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.