summaryrefslogtreecommitdiff
path: root/fs/gfs2
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2023-11-13 16:54:59 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2023-12-18 14:24:33 +0100
commit1181f2d9fef7307b46850bc11e043f2180d636c1 (patch)
tree6e72623e8585666ebc732dccb29fc2baf0b6acc6 /fs/gfs2
parent8877243beafa7c6bfc42022cbfdf9e39b25bd4fa (diff)
gfs2: Fix inode_go_instantiate description
Fixes a "function parameter or member gl not described in inode_go_instantiate" warning. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/glops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c
index b41c78bd2cc0..15d0e653fd2b 100644
--- a/fs/gfs2/glops.c
+++ b/fs/gfs2/glops.c
@@ -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
*/