Andrew, could you please apply this as a fix patch?
-- >8 --
Subject: [PATCH] mm/swap: adjust the folio_swap_entry() kerneldoc summary
Signed-off-by: Tal Zussman <redacted>
---
include/linux/swap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/swap.h b/include/linux/swap.h
index 78974da6810e..43155e122b5c 100644
--- a/include/linux/swap.h
+++ b/include/linux/swap.h
@@ -273,7 +273,7 @@ struct swap_info_struct {
};
/**
- * folio_swap_entry - Return the swap entry for a page within a folio.
+ * folio_swap_entry - Return the swap entry at a page index within a folio.
* @folio: The folio.
* @idx: The index of the page within the folio.
*--
2.39.5