From: Richard Genoud Date: Thu, 27 Sep 2012 07:34:16 +0000 (+0200) Subject: typo in UserModeLinux-HOWTO X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=062d52672446014222942cae6934d97769b329f0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git typo in UserModeLinux-HOWTO [it seems that I sent it to the wrong maintainer at first... sorry for that] copy_from_user was meant instead of copy_to_user. Signed-off-by: Richard Genoud Signed-off-by: Richard Weinberger --- diff --git a/Documentation/virtual/uml/UserModeLinux-HOWTO.txt b/Documentation/virtual/uml/UserModeLinux-HOWTO.txt index 77dfecf4e2d6..a5f8436753e7 100644 --- a/Documentation/virtual/uml/UserModeLinux-HOWTO.txt +++ b/Documentation/virtual/uml/UserModeLinux-HOWTO.txt @@ -3591,7 +3591,7 @@ Looking at the source shows that the fault happened during a call to - copy_to_user to copy the data into the kernel: + copy_from_user to copy the data into the kernel: 107 count -= chars;