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

Commit 062d5267 authored by Richard Genoud's avatar Richard Genoud Committed by Richard Weinberger
Browse files

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: default avatarRichard Genoud <richard.genoud@gmail.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 91312c53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;