[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210603065215.3313-1-13145886936@163.com>
Date: Wed, 2 Jun 2021 23:52:15 -0700
From: 13145886936@....com
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
gushengxian <gushengxian@...ong.com>
Subject: [PATCH] mm: opt code indent
From: gushengxian <gushengxian@...ong.com>
Code indent should use tabs where possible.
Signed-off-by: gushengxian <gushengxian@...ong.com>
---
mm/filemap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/filemap.c b/mm/filemap.c
index ba1068a1837f..a8163cff10a0 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -2669,7 +2669,7 @@ generic_file_read_iter(struct kiocb *iocb, struct iov_iter *iter)
} else {
retval = filemap_write_and_wait_range(mapping,
iocb->ki_pos,
- iocb->ki_pos + count - 1);
+ iocb->ki_pos + count - 1);
if (retval < 0)
return retval;
}
--
2.25.1
Powered by blists - more mailing lists