From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] fs: remove excess kernel-doc Date: Wed, 22 Oct 2008 17:15:50 -0700 Message-ID: <48FFC236.3020400@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: akpm , Stephen Tweedie To: linux-fsdevel@vger.kernel.org Return-path: Received: from rgminet01.oracle.com ([148.87.113.118]:53393 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757194AbYJWAQf (ORCPT ); Wed, 22 Oct 2008 20:16:35 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap 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 cc: Stephen Tweedie cc: Andrew Morton --- 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