From: Taeyang Kim Date: Sat, 17 Jan 2026 10:14:28 +0000 (+0900) Subject: mm: update kernel-doc for __swap_cache_clear_shadow() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94c317903ee5222c0b61ca3066ace3bddbac64c;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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. *