In some of the documentation or code comments, there are some misspellings of SNOW 3G and KASUMI algorithms.
- SNOW 3G should be written with all uppercase letters and a space between SNOW and 3G. - KASUMI should be written with all uppercase letters. Pablo de Lara (2): snow3g: rename some SNOW 3G references kasumi: rename all KASUMI references app/test/test_cryptodev.c | 74 ++++++++++++------------ app/test/test_cryptodev_perf.c | 2 +- doc/guides/cryptodevs/qat.rst | 8 +-- doc/guides/cryptodevs/snow3g.rst | 6 +- drivers/crypto/qat/qat_adf/qat_algs.h | 2 +- drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 4 +- drivers/crypto/qat/qat_crypto.c | 10 ++-- drivers/crypto/snow3g/rte_snow3g_pmd.c | 2 +- drivers/crypto/snow3g/rte_snow3g_pmd_ops.c | 6 +- examples/l2fwd-crypto/main.c | 4 +- lib/librte_cryptodev/rte_crypto_sym.h | 28 ++++----- 11 files changed, 73 insertions(+), 73 deletions(-) -- 2.7.4