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

* Re: [PATCH 11/15] kernel:acct:spaces required
  2014-04-10 18:54 [PATCH 11/15] kernel:acct:spaces required Paul McQuade
@ 2014-04-10 19:36 ` Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2014-04-10 19:36 UTC (permalink / raw)
  To: Paul McQuade; +Cc: linux-kernel, jack

On Thu, Apr 10, 2014 at 07:54:06PM +0100, Paul McQuade wrote:
> ERROR: spaces required around that '>' (ctx:VxV)

Egads, man...

a) ERROR (in ALL CAPS, no less) according to whom?  Sure, it's nicer to
add those spaces, but do you really think that it deserves a separate
patch, especially with such a commit message?

b) AFAICS, you've posted at least 4 such one-liners to kernel/acct.c, with
commit messages that sound like "Because The Most Holy sendpatch.pl (All Praise
sendpatch.pl) Says So".  There might be some reason to split the
asm/uaccess.h -> linux/uaccess.h replacement into a separate commit, but
the rest of that?  Come on...

Trivial whitespace, etc. changes like that should be clearly marked as such
and not split beyond reasonable...

^ permalink raw reply	[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.