From 0fc9a8165447379f6eba18b2f634b008a37d2048 Mon Sep 17 00:00:00 2001 From: Rebecca Troy Date: Thu, 1 Jul 2021 09:22:38 +0000 Subject: [PATCH] test/crypto: fix typo in AES case [ upstream commit 9d33cad1f6b34a21a17f5ed0a56a5fbc13429b81 ] Fixed typo in the testcase description for AES in the crypto unit test suite by changing the word 'Scater' to 'Scatter'. Fixes: c9c9c4ed8746 ("app/test: check scatter-gather for crypto drivers") Signed-off-by: Rebecca Troy Acked-by: Ciara Power --- app/test/test_cryptodev_aes_test_vectors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_cryptodev_aes_test_vectors.h b/app/test/test_cryptodev_aes_test_vectors.h index 66994b659a..2b5d4175c3 100644 --- a/app/test/test_cryptodev_aes_test_vectors.h +++ b/app/test/test_cryptodev_aes_test_vectors.h @@ -2212,7 +2212,7 @@ static const struct blockcipher_test_case aes_cipheronly_test_cases[] = { BLOCKCIPHER_TEST_TARGET_PMD_OCTEONTX2 }, { - .test_descr = "AES-192-CBC Encryption Scater gather", + .test_descr = "AES-192-CBC Encryption Scatter gather", .test_data = &aes_test_data_10, .op_mask = BLOCKCIPHER_TEST_OP_ENCRYPT, .feature_mask = BLOCKCIPHER_TEST_FEATURE_SG |