linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@linaro.org>
To: Christian Brauner <brauner@kernel.org>,
	Trond Myklebust <trondmy@kernel.org>
Cc: Anna Schumaker <anna@kernel.org>,
	linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel-janitors@vger.kernel.org
Subject: [PATCH] nfs/localio: add a tab in nfs_local_call_write()
Date: Fri, 28 Nov 2025 10:20:02 +0300	[thread overview]
Message-ID: <aSlNIsLAEsV923i9@stanley.mountain> (raw)

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


                 reply	other threads:[~2025-11-28  7:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aSlNIsLAEsV923i9@stanley.mountain \
    --to=dan.carpenter@linaro.org \
    --cc=anna@kernel.org \
    --cc=brauner@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=trondmy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).