diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2021-11-18 22:33:00 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2021-12-04 22:02:26 +0300 |
commit | ffd0cd3c2f10e2241771056566fa0fe36b3855ce (patch) | |
tree | ad6bc96150ee590cc60fd72675413db587602ae9 /fs/gfs2 | |
parent | 5c623c368933f22fcf77e040a0ad83f90c4e39ac (diff) | |
download | linux-ffd0cd3c2f10e2241771056566fa0fe36b3855ce.tar.xz |
gfs2: Fix __gfs2_holder_init function name in kernel-doc comment
The function name in the kernel-doc comment wasn't updated when the
function was renamed.
Fixes: b016d9a84abd ("gfs2: Save ip from gfs2_glock_nq_init")
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/glock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 44a7a4288956..3f18aa51ec85 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -1245,7 +1245,7 @@ out: } /** - * gfs2_holder_init - initialize a struct gfs2_holder in the default way + * __gfs2_holder_init - initialize a struct gfs2_holder in the default way * @gl: the glock * @state: the state we're requesting * @flags: the modifier flags |