From: Andrew Morton Date: Thu, 9 Nov 2023 22:39:20 +0000 (-0800) Subject: mm-add-folio_zero_tail-and-use-it-in-ext4-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fe397538c51c890381422b5d58b8aa8b8b5b3ceb;p=users%2Fjedix%2Flinux-maple.git mm-add-folio_zero_tail-and-use-it-in-ext4-fix fix kerneldoc argument ordering Cc: Andreas Dilger Cc: Andreas Gruenbacher Cc: Darrick J. Wong Cc: "Matthew Wilcox (Oracle)" Cc: Theodore Ts'o Signed-off-by: Andrew Morton --- diff --git a/include/linux/highmem.h b/include/linux/highmem.h index 1b81416196dd..4bf9483282e5 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -486,8 +486,8 @@ static inline void memcpy_to_folio(struct folio *folio, size_t offset, /** * folio_zero_tail - Zero the tail of a folio. * @folio: The folio to zero. - * @kaddr: The address the folio is currently mapped to. * @offset: The byte offset in the folio to start zeroing at. + * @kaddr: The address the folio is currently mapped to. * * If you have already used kmap_local_folio() to map a folio, written * some data to it and now need to zero the end of the folio (and flush