Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965422AbWJBVkZ (ORCPT ); Mon, 2 Oct 2006 17:40:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965424AbWJBVkZ (ORCPT ); Mon, 2 Oct 2006 17:40:25 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:9942 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S965422AbWJBVkY (ORCPT ); Mon, 2 Oct 2006 17:40:24 -0400 Date: Mon, 2 Oct 2006 22:39:55 +0100 From: Christoph Hellwig To: Henne Cc: Andrew Morton , Christoph Hellwig , pbadari@us.ibm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: fix in kerneldoc Message-ID: <20061002213955.GB27561@infradead.org> Mail-Followup-To: Christoph Hellwig , Henne , Andrew Morton , pbadari@us.ibm.com, linux-kernel@vger.kernel.org References: <451F98CB.3040509@nachtwindheim.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <451F98CB.3040509@nachtwindheim.de> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1015 Lines: 31 On Sun, Oct 01, 2006 at 12:30:35PM +0200, Henne wrote: > Fixes an kerneldoc error. > Signed-off-by: Henrik Kretzschmar > > --- > > diff --git a/mm/filemap.c b/mm/filemap.c > index ec46923..f789500 100644 > --- a/mm/filemap.c > +++ b/mm/filemap.c > @@ -1139,11 +1139,11 @@ success: > } > > /** > - * __generic_file_aio_read - generic filesystem read routine > + * generic_file_aio_read - generic filesystem read routine > * @iocb: kernel I/O control block > * @iov: io vector request > * @nr_segs: number of segments in the iovec > - * @ppos: current file position > + * @pos: current file position > * > * This is the "read()" routine for all filesystems > * that can use the page cache directly. Looks good - thank you a lot! - 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/