-
Jason A. Donenfeld authored
The current code was a mix of "nbytes", "count", "size", "buffer", "in", and so forth. Instead, let's clean this up by naming input parameters "buf" (or "ubuf") and "len", so that you always understand that you're reading this variety of function argument. Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
a1940263