linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: fix in kerneldoc
@ 2006-10-01 10:30 Henne
  2006-10-02 21:39 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Henne @ 2006-10-01 10:30 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Christoph Hellwig, pbadari, linux-kernel

Fixes an kerneldoc error.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

---

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.



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm: fix in kerneldoc
  2006-10-01 10:30 [PATCH] mm: fix in kerneldoc Henne
@ 2006-10-02 21:39 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2006-10-02 21:39 UTC (permalink / raw)
  To: Henne; +Cc: Andrew Morton, Christoph Hellwig, pbadari, linux-kernel

On Sun, Oct 01, 2006 at 12:30:35PM +0200, Henne wrote:
> Fixes an kerneldoc error.
> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
> 
> ---
> 
> 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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-02 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-01 10:30 [PATCH] mm: fix in kerneldoc Henne
2006-10-02 21:39 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).