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