From: Randy Dunlap Date: Thu, 8 Jan 2009 02:07:27 +0000 (-0800) Subject: jbd: remove excess kernel-doc notation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1579c3a15c06055713b42b077b805f818638302c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c index b51fbd4b2913..e6a117431277 100644 --- a/fs/jbd/transaction.c +++ b/fs/jbd/transaction.c @@ -754,7 +754,6 @@ out: * 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. *