Commit ffd0cd3c authored by Andreas Gruenbacher's avatar Andreas Gruenbacher

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: b016d9a8 ("gfs2: Save ip from gfs2_glock_nq_init")
Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 5c623c36
...@@ -1245,7 +1245,7 @@ int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, ...@@ -1245,7 +1245,7 @@ int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number,
} }
/** /**
* 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 * @gl: the glock
* @state: the state we're requesting * @state: the state we're requesting
* @flags: the modifier flags * @flags: the modifier flags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment