From: cem@kernel.org
To: linux-xfs@vger.kernel.org
Subject: [PATCH 1/2] Fix comment on xfs_ail_delete
Date: Wed, 7 May 2025 11:52:30 +0200 [thread overview]
Message-ID: <20250507095239.477105-2-cem@kernel.org> (raw)
In-Reply-To: <20250507095239.477105-1-cem@kernel.org>
From: Carlos Maiolino <cem@kernel.org>
It doesn't return anything.
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
---
fs/xfs/xfs_trans_ail.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c
index 85a649fec6ac..7d327a3e5a73 100644
--- a/fs/xfs/xfs_trans_ail.c
+++ b/fs/xfs/xfs_trans_ail.c
@@ -315,7 +315,7 @@ xfs_ail_splice(
}
/*
- * Delete the given item from the AIL. Return a pointer to the item.
+ * Delete the given item from the AIL.
*/
static void
xfs_ail_delete(
--
2.49.0
next prev parent reply other threads:[~2025-05-07 9:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-07 9:52 [PATCH 0/2] Fix a couple comments cem
2025-05-07 9:52 ` cem [this message]
2025-05-07 21:06 ` [PATCH 1/2] Fix comment on xfs_ail_delete Darrick J. Wong
2025-05-08 4:15 ` Christoph Hellwig
2025-05-09 7:28 ` Carlos Maiolino
2025-05-07 9:52 ` [PATCH 2/2] XFS: Fix comment on xfs_trans_ail_update_bulk() cem
2025-05-07 21:07 ` Darrick J. Wong
2025-05-08 4:17 ` Christoph Hellwig
2025-05-09 7:30 ` Carlos Maiolino
2025-05-08 15:32 ` kernel test robot
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=20250507095239.477105-2-cem@kernel.org \
--to=cem@kernel.org \
--cc=linux-xfs@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.