projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8877243
)
gfs2: Fix inode_go_instantiate description
author
Andreas Gruenbacher
<agruenba@redhat.com>
Mon, 13 Nov 2023 15:54:59 +0000
(16:54 +0100)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/fs/gfs2/glops.c
b/fs/gfs2/glops.c
index b41c78bd2cc053838db577e1cfa943b6b96c5b97..15d0e653fd2bbeefab50ec10e5baa52d8b08aa14 100644
(file)
--- 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
- * @g
h: The glock holder
+ * @g
l: The glock
*
* Returns: errno
*/