Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Taeyang Kim and committed by
Andrew Morton
b94c3179 cc1db8df

+1 -1
+1 -1
mm/swap_state.c
··· 283 283 } 284 284 285 285 /** 286 - * swap_cache_clear_shadow - Clears a set of shadows in the swap cache. 286 + * __swap_cache_clear_shadow - Clears a set of shadows in the swap cache. 287 287 * @entry: The starting index entry. 288 288 * @nr_ents: How many slots need to be cleared. 289 289 *