Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

freevxfs: immed: fix kernel-doc param name

Correct the function parameter name to prevent kernel-doc warnings:

vxfs_immed.c:32: warning: Function parameter or member 'fp' not described in 'vxfs_immed_read_folio'
vxfs_immed.c:32: warning: Excess function parameter 'file' description in 'vxfs_immed_read_folio'

Link: https://lkml.kernel.org/r/20231207212035.25345-2-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Randy Dunlap and committed by
Andrew Morton
2bb31b37 ec3a8dd3

+1 -1
+1 -1
fs/freevxfs/vxfs_immed.c
··· 15 15 16 16 /** 17 17 * vxfs_immed_read_folio - read part of an immed inode into pagecache 18 - * @file: file context (unused) 18 + * @fp: file context (unused) 19 19 * @folio: folio to fill in. 20 20 * 21 21 * Description: