]> Git Repo - linux.git/commitdiff
mm/vmalloc.c: spelling> s/informaion/information/
authorGeert Uytterhoeven <[email protected]>
Fri, 12 Jul 2019 03:59:06 +0000 (20:59 -0700)
committerLinus Torvalds <[email protected]>
Fri, 12 Jul 2019 18:05:46 +0000 (11:05 -0700)
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Acked-by: Souptick Joarder <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmalloc.c

index 84f50d7e40bcf9c27dd0cac749a769cf050e92ba..edb212298c8a24ab1f0496662d9d23cec794ec62 100644 (file)
@@ -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)
This page took 0.05485 seconds and 4 git commands to generate.