* [PATCH] fs: remove excess kernel-doc
@ 2008-10-23 0:15 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-10-23 0:15 UTC (permalink / raw)
To: linux-fsdevel; +Cc: akpm, Stephen Tweedie
From: Randy Dunlap <randy.dunlap@oracle.com>
Delete excess kernel-doc notation in fs/ subdirectory:
Warning(linux-2.6.27-git10//fs/jbd/transaction.c:886): Excess function parameter or struct member 'credits' description in 'journal_get_undo_access'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Stephen Tweedie <sct@redhat.com>
cc: Andrew Morton <akpm@linux-foundation.org>
---
fs/jbd/transaction.c | 1 -
1 file changed, 1 deletion(-)
--- linux-2.6.27-git10.orig/fs/jbd/transaction.c
+++ linux-2.6.27-git10/fs/jbd/transaction.c
@@ -860,7 +860,6 @@ out:
* int journal_get_undo_access() - Notify intent to modify metadata with non-rewindable consequences
* @handle: transaction
* @bh: buffer to undo
- * @credits: store the number of taken credits here (if not NULL)
*
* Sometimes there is a need to distinguish between metadata which has
* been committed to disk and that which has not. The ext3fs code uses
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-23 0:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 0:15 [PATCH] fs: remove excess kernel-doc Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).