From b94c317903ee5222c0b61ca3066ace3bddbac64c Mon Sep 17 00:00:00 2001 From: Taeyang Kim Date: Sat, 17 Jan 2026 19:14:28 +0900 Subject: [PATCH] mm: update kernel-doc for __swap_cache_clear_shadow() 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. Link: https://lkml.kernel.org/r/20260117101428.113154-1-maainnewkin59@gmail.com Signed-off-by: Taeyang Kim Reviewed-by: Andrew Morton Cc: Baoquan He Cc: Barry Song Cc: Chris Li Cc: Kairui Song Cc: Kemeng Shi Cc: Nhat Pham Signed-off-by: Andrew Morton --- 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 bbcfd42616e4e..869f6935c20d2 100644 --- a/mm/swap_state.c +++ b/mm/swap_state.c @@ -283,7 +283,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.47.3