]> git.itanic.dy.fi Git - linux-stable/commitdiff
freevxfs: immed: fix kernel-doc param name
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 7 Dec 2023 21:20:34 +0000 (13:20 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 23:02:58 +0000 (15:02 -0800)
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>
fs/freevxfs/vxfs_immed.c

index 9b49ec36e66708c523891bb370059f2b7f3dd8f0..ed51fcd3475729fec36999bd7036c2cc65cb7e3d 100644 (file)
@@ -15,7 +15,7 @@
 
 /**
  * vxfs_immed_read_folio - read part of an immed inode into pagecache
- * @file:      file context (unused)
+ * @fp:                file context (unused)
  * @folio:     folio to fill in.
  *
  * Description: