From: jan.bannister@gmail.com
To: viro@zeniv.linux.org.uk
Cc: schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org,
Jan Bannister <jan.bannister@gmail.com>
Subject: [PATCH] kernel: acct.c: spaces required around that '<'
Date: Thu, 19 Jul 2012 22:30:16 +0100 [thread overview]
Message-ID: <50087c7a.7449b40a.7ef4.ffffd463@mx.google.com> (raw)
In-Reply-To: <y>
From: Jan Bannister <jan.bannister@gmail.com>
Fixed a coding style issue
Signed-off-by: Jan Bannister <jan.bannister@gmail.com>
---
kernel/acct.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/acct.c b/kernel/acct.c
index 02e6167..725d3a9 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.7.4.4
next reply other threads:[~2012-07-19 21:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-19 21:30 jan.bannister [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-19 21:10 [PATCH] kernel: acct.c: spaces required around that '<' jan.bannister
2012-07-19 22:55 ` Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50087c7a.7449b40a.7ef4.ffffd463@mx.google.com \
--to=jan.bannister@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.