> My point was that reasiggning the value of n to the return value of > raw_copy_from_user(), but saving the original n into to_copy is > confusing. It would be easier to read this code, is n was left as is, > and there was a new var for raw_copy_from_user() return value. > Ok, will do in v4. Thanks!