[PATCH] test/crypto: fix non ASCII character
Anoob Joseph
anoobj at marvell.com
Tue Mar 5 12:34:28 CET 2024
Fix non ASCII character in the comment. Revert to original text.
Bugzilla ID: 1396
Fixes: f97c63f4f445 ("test/crypto: add AES-GCM external mbuf case")
Signed-off-by: Anoob Joseph <anoobj at marvell.com>
---
app/test/test_cryptodev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index c3c3f587b4..754fab39c5 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -1615,7 +1615,7 @@ ext_mbuf_create(struct rte_mempool *mbuf_pool, int pkt_len,
goto fail;
}
- /* Save shared data (like callback function) in external buffer’s end */
+ /* Save shared data (like callback function) in external buffer's end */
ret_shinfo = rte_pktmbuf_ext_shinfo_init_helper(ext_buf_addr, &buf_len,
ext_mbuf_callback_fn_free, &freed);
if (ret_shinfo == NULL) {
--
2.25.1
More information about the dev
mailing list