[PATCH] mm: fix in kerneldoc
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>
This commit is contained in:
committed by
Linus Torvalds
parent
e95be9a532
commit
b2abacf3a2
@@ -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
|
* @iocb: kernel I/O control block
|
||||||
* @iov: io vector request
|
* @iov: io vector request
|
||||||
* @nr_segs: number of segments in the iovec
|
* @nr_segs: number of segments in the iovec
|
||||||
* @ppos: current file position
|
* @pos: current file position
|
||||||
*
|
*
|
||||||
* This is the "read()" routine for all filesystems
|
* This is the "read()" routine for all filesystems
|
||||||
* that can use the page cache directly.
|
* that can use the page cache directly.
|
||||||
|
Reference in New Issue
Block a user