2021-06-03 06:54:49

by gushengxian

[permalink] [raw]
Subject: [PATCH] mm: opt code indent

From: gushengxian <[email protected]>

Code indent should use tabs where possible.

Signed-off-by: gushengxian <[email protected]>
---
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