From: Henrik Kretzschmar Date: Wed, 4 Oct 2006 09:15:22 +0000 (-0700) Subject: [PATCH] mm: fix in kerneldoc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b2abacf3a2699a8020829c85c16f358ba85cecaf;p=linux-beck.git [PATCH] mm: fix in kerneldoc Fixes an kerneldoc error. Signed-off-by: Henrik Kretzschmar Cc: "Randy.Dunlap" Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/filemap.c b/mm/filemap.c index ec469235985d..f789500406fe 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.