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: b016d9a84a
("gfs2: Save ip from gfs2_glock_nq_init")
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
parent
5c623c3689
commit
ffd0cd3c2f
|
@ -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
|
* @gl: the glock
|
||||||
* @state: the state we're requesting
|
* @state: the state we're requesting
|
||||||
* @flags: the modifier flags
|
* @flags: the modifier flags
|
||||||
|
|
Loading…
Reference in New Issue