From: Andreas Gruenbacher Date: Thu, 18 Nov 2021 19:33:00 +0000 (+0100) Subject: gfs2: Fix __gfs2_holder_init function name in kernel-doc comment X-Git-Tag: v6.1-rc5~2020^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffd0cd3c2f10e2241771056566fa0fe36b3855ce;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 44a7a42..3f18aa5 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