DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] crypto/mvsam: fix build
@ 2024-05-15 16:34 Thomas Monjalon
  2024-05-16  8:29 ` Thomas Monjalon
  2024-05-16 16:19 ` Tyler Retzlaff
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Monjalon @ 2024-05-15 16:34 UTC (permalink / raw)
  To: dev
  Cc: david.marchand, Michael Shamis, Liron Himi, Tyler Retzlaff,
	Morten Brørup

When moving the alignment attribute, a semicolon was missed.

Fixes: 27595cd83053 ("drivers: move alignment attribute on types for MSVC")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 drivers/crypto/mvsam/rte_mrvl_pmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd.c b/drivers/crypto/mvsam/rte_mrvl_pmd.c
index 193b7fb931..a824719fb0 100644
--- a/drivers/crypto/mvsam/rte_mrvl_pmd.c
+++ b/drivers/crypto/mvsam/rte_mrvl_pmd.c
@@ -60,7 +60,7 @@ struct __rte_aligned(32) cipher_params_mapping {
 struct __rte_aligned(32) auth_params_mapping {
 	enum algo_supported supported;  /**< On/off switch */
 	enum sam_auth_alg   auth_alg;   /**< Auth algorithm */
-}
+};
 
 /**
  * Map of supported cipher algorithms.
-- 
2.45.0


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

end of thread, other threads:[~2024-05-16 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15 16:34 [PATCH] crypto/mvsam: fix build Thomas Monjalon
2024-05-16  8:29 ` Thomas Monjalon
2024-05-16 16:19 ` Tyler Retzlaff

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).