OSDN Git Service

crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 22 Aug 2019 10:24:54 +0000 (13:24 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Aug 2019 12:12:45 +0000 (22:12 +1000)
commit5a74362c9a8b122366dd8f2197fc6b784300d6a2
tree0ad172311df1992e1bc8f7e43152ee315ab1d5e4
parent08c327f63f355fce190ac3e1ac62e19d2c5f004d
crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier

Fix a typo XTS_BLOCKSIZE -> XTS_BLOCK_SIZE, causing the build to
break.

Fixes: ce68acbcb6a5 ("crypto: s390/xts-aes - invoke fallback for...")
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/aes_s390.c