]> www.infradead.org Git - users/willy/xarray.git/commit
filemap: fix htmldoc warning for mapping_align_index()
authorPankaj Raghav <p.raghav@samsung.com>
Tue, 27 Aug 2024 08:42:07 +0000 (10:42 +0200)
committerChristian Brauner <brauner@kernel.org>
Tue, 3 Sep 2024 13:01:24 +0000 (15:01 +0200)
commit6f634eb080161baa4811a39f5ec07923ede092bc
tree9edae5d91f236e40e393cb90cfec026363ddbe00
parent31754ea6cbbc08d5bbe1fa290320c3048d8d98a3
filemap: fix htmldoc warning for mapping_align_index()

Stephen reported that there is a kernel build warning due to a missing
description of a parameter in mapping_align_index().

Add the missing index parameter in the comment description.

Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Link: https://lore.kernel.org/r/20240827084206.106347-2-kernel@pankajraghav.com
Fixes: ab95d23bab22 ("filemap: allocate mapping_min_order folios in the page cache")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/pagemap.h