From: Jan Kara Subject: [PATCH 09/19] dax: Fix comment describing dax_iomap_fault() Date: Wed, 11 Oct 2017 22:05:53 +0200 Message-ID: <20171011200603.27442-10-jack@suse.cz> References: <20171011200603.27442-1-jack@suse.cz> Cc: , , Christoph Hellwig , Dan Williams , Ross Zwisler , Ted Tso , "Darrick J. Wong" , Jan Kara To: Return-path: Received: from mx2.suse.de ([195.135.220.15]:58267 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752555AbdJKUGR (ORCPT ); Wed, 11 Oct 2017 16:06:17 -0400 In-Reply-To: <20171011200603.27442-1-jack@suse.cz> Sender: linux-ext4-owner@vger.kernel.org List-ID: Add missing argument description. Reviewed-by: Christoph Hellwig Reviewed-by: Ross Zwisler Signed-off-by: Jan Kara --- fs/dax.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/dax.c b/fs/dax.c index 675fab8ec41f..5214ed9ba508 100644 --- a/fs/dax.c +++ b/fs/dax.c @@ -1435,7 +1435,8 @@ static int dax_iomap_pmd_fault(struct vm_fault *vmf, /** * dax_iomap_fault - handle a page fault on a DAX file * @vmf: The description of the fault - * @ops: iomap ops passed from the file system + * @pe_size: Size of the page to fault in + * @ops: Iomap ops passed from the file system * * When a page fault occurs, filesystems may call this helper in * their fault handler for DAX files. dax_iomap_fault() assumes the caller -- 2.12.3