Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.