]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mm: update kernel-doc for __swap_cache_clear_shadow()
authorTaeyang Kim <maainnewkin59@gmail.com>
Sat, 17 Jan 2026 10:14:28 +0000 (19:14 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 31 Jan 2026 22:22:47 +0000 (14:22 -0800)
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 <maainnewkin59@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Baoquan He <bhe@redhat.com>
Cc: Barry Song <baohua@kernel.org>
Cc: Chris Li <chrisl@kernel.org>
Cc: Kairui Song <kasong@tencent.com>
Cc: Kemeng Shi <shikemeng@huaweicloud.com>
Cc: Nhat Pham <nphamcs@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swap_state.c

index bbcfd42616e4ef069595551d97325f0c101d4a2a..869f6935c20d2b77e49255466858904b7150ab62 100644 (file)
@@ -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.
  *