linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Taeyang Kim <maainnewkin59@gmail.com>
To: akpm@linux-foundation.org
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Taeyang Kim <maainnewkin59@gmail.com>
Subject: [PATCH] mm: update kernel-doc for __swap_cache_clear_shadow()
Date: Sat, 17 Jan 2026 19:14:28 +0900	[thread overview]
Message-ID: <20260117101428.113154-1-maainnewkin59@gmail.com> (raw)

The kernel-doc comment referred to swap_cache_clear_shadow(),
but the actual function name is __swap_cache_clear_shadow().

Update the comment to match the function name.

Signed-off-by: Taeyang Kim <maainnewkin59@gmail.com>
---
 mm/swap_state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/swap_state.c b/mm/swap_state.c
index 5f97c6ae70a2..19b67d0447fc 100644
--- a/mm/swap_state.c
+++ b/mm/swap_state.c
@@ -284,7 +284,7 @@ void __swap_cache_replace_folio(struct swap_cluster_info *ci,
 }
 
 /**
- * swap_cache_clear_shadow - Clears a set of shadows in the swap cache.
+ * __swap_cache_clear_shadow - Clears a set of shadows in the swap cache.
  * @entry: The starting index entry.
  * @nr_ents: How many slots need to be cleared.
  *
-- 
2.43.0



                 reply	other threads:[~2026-01-17 10:14 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=20260117101428.113154-1-maainnewkin59@gmail.com \
    --to=maainnewkin59@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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