Re: [PATCH v2 1/8] mm/swap: add folio_swap_entry() and folio_page_swap_entry()
From: David Hildenbrand (Arm)
Date: Mon Sep 14 2026 - 06:45:25 EST
On 9/13/26 23:52, Tal Zussman wrote:
> 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 <tz2294@xxxxxxxxxxxx>
> ---
> 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.
> *
Acked-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
--
Cheers,
David