gfs2: Fix __gfs2_holder_init function name in kernel-doc comment
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 18 Nov 2021 19:33:00 +0000 (20:33 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Sat, 4 Dec 2021 19:02:26 +0000 (20:02 +0100)
commitffd0cd3c2f10e2241771056566fa0fe36b3855ce
treead6bc96150ee590cc60fd72675413db587602ae9
parent5c623c368933f22fcf77e040a0ad83f90c4e39ac
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>
fs/gfs2/glock.c