From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] jbd: fix missing kernel-doc Date: Fri, 9 Jan 2009 15:26:54 -0800 Message-ID: <20090109152654.2f491b65.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: akpm To: linux-fsdevel@vger.kernel.org Return-path: Received: from rcsinet12.oracle.com ([148.87.113.124]:26312 "EHLO rgminet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752681AbZAIXb7 (ORCPT ); Fri, 9 Jan 2009 18:31:59 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap Fix jbd header file kernel-doc notation: Warning(linux-2.6.28-git13//include/linux/jbd.h:823): No description found for parameter 'j_average_commit_time' Signed-off-by: Randy Dunlap --- include/linux/jbd.h | 2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.28-git13.orig/include/linux/jbd.h +++ linux-2.6.28-git13/include/linux/jbd.h @@ -614,6 +614,8 @@ struct transaction_s * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the * number that will fit in j_blocksize * @j_last_sync_writer: most recent pid which did a synchronous write + * @j_average_commit_time: the average amount of time in nanoseconds it + * takes to commit a transaction to the disk. * @j_private: An opaque pointer to fs-private information. */