summaryrefslogtreecommitdiff
path: root/crypto/kdf_sp800108.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2022-09-15 20:25:47 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2022-11-25 13:01:55 -0500
commitf253e94a1fc356a3674b9eb5f35b828b6a83f8da (patch)
treef59d6407c88704e01e7db801cca01eed55fa83b2 /crypto/kdf_sp800108.c
parentcfbd0180a9d6cf8001828444a70aee8ad6466c0b (diff)
downloadlinux-crypto-f253e94a1fc356a3674b9eb5f35b828b6a83f8da.tar.gz
linux-crypto-f253e94a1fc356a3674b9eb5f35b828b6a83f8da.zip
use less confusing names for iov_iter direction initializers
READ/WRITE proved to be actively confusing - the meanings are "data destination, as used with read(2)" and "data source, as used with write(2)", but people keep interpreting those as "we read data from it" and "we write data to it", i.e. exactly the wrong way. Call them ITER_DEST and ITER_SOURCE - at least that is harder to misinterpret... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'crypto/kdf_sp800108.c')
0 files changed, 0 insertions, 0 deletions