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 <[email protected]>
---
 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

Reply via email to