]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-add-folio_zero_tail-and-use-it-in-ext4-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 9 Nov 2023 22:39:20 +0000 (14:39 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:27 +0000 (13:16 -0800)
fix kerneldoc argument ordering

Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Cc: Darrick J. Wong <djwong@kernel.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/highmem.h

index 1b81416196dde72a3391c66fb360b8fa608b0220..4bf9483282e582d92a1bbd7cb303a7d9ab752ddd 100644 (file)
@@ -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