From: Geert Uytterhoeven Date: Fri, 12 Jul 2019 03:59:06 +0000 (-0700) Subject: mm/vmalloc.c: spelling> s/informaion/information/ X-Git-Tag: v5.3-rc1~120^2~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d9009d67f42e59760aae5471ba2f62b3d5d531d1;p=users%2Fjedix%2Flinux-maple.git mm/vmalloc.c: spelling> s/informaion/information/ Link: http://lkml.kernel.org/r/20190607113509.15032-1-geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven Reviewed-by: Andrew Morton Acked-by: Souptick Joarder Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 84f50d7e40bcf..edb212298c8a2 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -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 @@ finished: * 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)