You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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 <richard.genoud@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
committed by
Richard Weinberger
parent
91312c53af
commit
062d526724
@@ -3591,7 +3591,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Looking at the source shows that the fault happened during a call to
|
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;
|
107 count -= chars;
|
||||||
|
|||||||
Reference in New Issue
Block a user