Skip to content

Commit ffd0cd3

Browse files
author
Andreas Gruenbacher
committed
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: b016d9a ("gfs2: Save ip from gfs2_glock_nq_init") Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent 5c623c3 commit ffd0cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/gfs2/glock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number,
12451245
}
12461246

12471247
/**
1248-
* gfs2_holder_init - initialize a struct gfs2_holder in the default way
1248+
* __gfs2_holder_init - initialize a struct gfs2_holder in the default way
12491249
* @gl: the glock
12501250
* @state: the state we're requesting
12511251
* @flags: the modifier flags

0 commit comments

Comments
 (0)