[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20171229220845.4890-1-hgsipiere@gmail.com>
Date: Fri, 29 Dec 2017 22:08:45 +0000
From: Hugh Sipière <hgsipiere@...il.com>
To: bcrl@...ck.org
Cc: viro@...iv.linux.org.uk, linux-fsdevel@...r.kernel.org,
linux-aio@...ck.org, linux-kernel@...r.kernel.org,
Hugh Sipière <hgsipiere@...il.com>
Subject: [PATCH] fs: coding style requires spaces around < and =
The coding style states that one space around = and < are required. This
is consistent and more nice to read.
Signed-off-by: Hugh Sipière <hgsipiere@...il.com>
---
fs/aio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/aio.c b/fs/aio.c
index a062d75109cb..5dc7b549d2ed 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -1665,7 +1665,7 @@ static long do_io_submit(aio_context_t ctx_id, long nr,
* AKPM: should this return a partial result if some of the IOs were
* successfully submitted?
*/
- for (i=0; i<nr; i++) {
+ for (i = 0; i < nr; i++) {
struct iocb __user *user_iocb;
struct iocb tmp;
--
2.15.1
Powered by blists - more mailing lists