Skip to content

Commit

Permalink
[PATCH] mm: fix in kerneldoc
Browse files Browse the repository at this point in the history
Fixes an kerneldoc error.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Henrik Kretzschmar authored and Linus Torvalds committed Oct 4, 2006
1 parent e95be9a commit b2abacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,11 +1139,11 @@ int file_read_actor(read_descriptor_t *desc, struct page *page,
}

/**
* __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.
Expand Down

0 comments on commit b2abacf

Please sign in to comment.