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

Commit d9009d67 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files
parent 460e42d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2812,7 +2812,7 @@ static int aligned_vwrite(char *buf, char *addr, unsigned long count)
 * Note: In usual ops, vread() is never necessary because the caller
 * should know vmalloc() area is valid and can use memcpy().
 * This is for routines which have to access vmalloc area without
 * any informaion, as /dev/kmem.
 * any information, as /dev/kmem.
 *
 * Return: number of bytes for which addr and buf should be increased
 * (same number as @count) or %0 if [addr...addr+count) doesn't
@@ -2891,7 +2891,7 @@ long vread(char *buf, char *addr, unsigned long count)
 * Note: In usual ops, vwrite() is never necessary because the caller
 * should know vmalloc() area is valid and can use memcpy().
 * This is for routines which have to access vmalloc area without
 * any informaion, as /dev/kmem.
 * any information, as /dev/kmem.
 *
 * Return: number of bytes for which addr and buf should be
 * increased (same number as @count) or %0 if [addr...addr+count)