* [PATCH] mm: update kernel-doc for __swap_cache_clear_shadow()
@ 2026-01-17 10:14 Taeyang Kim
0 siblings, 0 replies; only message in thread
From: Taeyang Kim @ 2026-01-17 10:14 UTC (permalink / raw)
To: akpm; +Cc: linux-mm, linux-kernel, Taeyang Kim
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-17 10:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-17 10:14 [PATCH] mm: update kernel-doc for __swap_cache_clear_shadow() Taeyang Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox