gfs2: Fix inode_go_instantiate description
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 13 Nov 2023 15:54:59 +0000 (16:54 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 18 Dec 2023 13:24:33 +0000 (14:24 +0100)
Fixes a "function parameter or member gl not described in
inode_go_instantiate" warning.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glops.c

index b41c78bd2cc053838db577e1cfa943b6b96c5b97..15d0e653fd2bbeefab50ec10e5baa52d8b08aa14 100644 (file)
@@ -494,7 +494,7 @@ int gfs2_inode_refresh(struct gfs2_inode *ip)
 
 /**
  * inode_go_instantiate - read in an inode if necessary
- * @gh: The glock holder
+ * @gl: The glock
  *
  * Returns: errno
  */