Commit b2abacf3 authored by Henrik Kretzschmar's avatar Henrik Kretzschmar Committed by Linus Torvalds

[PATCH] mm: fix in kerneldoc

Fixes an kerneldoc error.
Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Acked-by: default avatarChristoph Hellwig <hch@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e95be9a5
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment