Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753343AbZKVISJ (ORCPT ); Sun, 22 Nov 2009 03:18:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752466AbZKVISJ (ORCPT ); Sun, 22 Nov 2009 03:18:09 -0500 Received: from hera.kernel.org ([140.211.167.34]:49142 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129AbZKVISI (ORCPT ); Sun, 22 Nov 2009 03:18:08 -0500 Subject: [PATCH] writeback: Fix missing kernel-doc notation From: Jaswinder Singh Rajput To: Randy Dunlap , Jens Axboe , Jan Kara , Peter Zijlstra , Wu Fengguang , LKML Content-Type: text/plain Date: Sun, 22 Nov 2009 13:46:09 +0530 Message-Id: <1258877769.4495.48.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 36 Fix the following htmldocs warning: Warning(fs/fs-writeback.c:255): No description found for parameter 'sb' Signed-off-by: Jaswinder Singh Rajput Cc: Wu Fengguang Cc: Peter Zijlstra Cc: Jan Kara Cc: Jens Axboe Cc: Randy Dunlap --- fs/fs-writeback.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 9d5360c..b15c97f 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c @@ -242,6 +242,7 @@ static void bdi_sync_writeback(struct backing_dev_info *bdi, /** * bdi_start_writeback - start writeback * @bdi: the backing device to write from + * @sb: write inodes from this super_block * @nr_pages: the number of pages to write * * Description: -- 1.6.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/