diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-07 21:07:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-08 11:31:01 -0500 |
commit | 1579c3a15c06055713b42b077b805f818638302c (patch) | |
tree | 8898416461b4451f095ea0a426dd8a9d91dfd95d /fs/jbd | |
parent | 04143e2fb9d512c21e1dcfb561dbb0445dcfdc8c (diff) |
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 <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/jbd')
-rw-r--r-- | fs/jbd/transaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
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: | |||
754 | * int journal_get_write_access() - notify intent to modify a buffer for metadata (not data) update. | 754 | * int journal_get_write_access() - notify intent to modify a buffer for metadata (not data) update. |
755 | * @handle: transaction to add buffer modifications to | 755 | * @handle: transaction to add buffer modifications to |
756 | * @bh: bh to be used for metadata writes | 756 | * @bh: bh to be used for metadata writes |
757 | * @credits: variable that will receive credits for the buffer | ||
758 | * | 757 | * |
759 | * Returns an error code or 0 on success. | 758 | * Returns an error code or 0 on success. |
760 | * | 759 | * |