DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] test/crypto: fix non ASCII character
@ 2024-03-05 11:34 Anoob Joseph
  2024-03-05 12:14 ` Ali Alnubani
  0 siblings, 1 reply; 5+ messages in thread
From: Anoob Joseph @ 2024-03-05 11:34 UTC (permalink / raw)
  To: Akhil Goyal, David Marchand; +Cc: Aakash Sasidharan, dev

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@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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-05 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05 11:34 [PATCH] test/crypto: fix non ASCII character Anoob Joseph
2024-03-05 12:14 ` Ali Alnubani
2024-03-05 13:25   ` Thomas Monjalon
2024-03-05 13:27     ` David Marchand
2024-03-05 13:29       ` Robin Jarry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).