From: Andreas Gruenbacher Date: Mon, 13 Nov 2023 15:54:59 +0000 (+0100) Subject: gfs2: Fix inode_go_instantiate description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1181f2d9fef7307b46850bc11e043f2180d636c1;p=linux.git 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 --- diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index b41c78bd2cc05..15d0e653fd2bb 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 */