Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1579c3a1 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

jbd: remove excess kernel-doc notation



Remove excess kernel-doc from fs/jbd/transaction.c:

Warning(linux-2.6.28-git5//fs/jbd/transaction.c:764): Excess function parameter 'credits' description in 'journal_get_write_access'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 04143e2f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -754,7 +754,6 @@ do_get_write_access(handle_t *handle, struct journal_head *jh,
 * int journal_get_write_access() - notify intent to modify a buffer for metadata (not data) update.
 * @handle: transaction to add buffer modifications to
 * @bh:     bh to be used for metadata writes
 * @credits: variable that will receive credits for the buffer
 *
 * Returns an error code or 0 on success.
 *