There was an issue with the merge and this line wasn't indented far
enough. Add a tab.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
---
fs/nfs/localio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nfs/localio.c b/fs/nfs/localio.c
index af3a09eace77..47ec3437fbd3 100644
--- a/fs/nfs/localio.c
+++ b/fs/nfs/localio.c
@@ -830,7 +830,7 @@ static void nfs_local_call_write(struct work_struct *work)
current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO;
scoped_with_creds(filp->f_cred) {
- file_start_write(filp);
+ file_start_write(filp);
n_iters = atomic_read(&iocb->n_iters);
for (int i = 0; i < n_iters ; i++) {
if (iocb->iter_is_dio_aligned[i]) {
--
2.51.0