Michael Tokarev <m...@tls.msk.ru> writes: > Don't compare syscall return with -1, use "<0" condition. > Don't introduce useless local variables when we already > have similar variable > Rename local variable to be consistent with other usages > Finally make the two methods, read and write, to be similar to each other > > Signed-off-by: Michael Tokarev <m...@tls.msk.ru>
Applied. Thanks -aneesh