Skip to content

Commit

Permalink
typo in UserModeLinux-HOWTO
Browse files Browse the repository at this point in the history
[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 <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
rgenoud authored and richardweinberger committed Oct 9, 2012
1 parent 91312c5 commit 062d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/virtual/uml/UserModeLinux-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 062d526

Please sign in to comment.