patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] cryptodev: fix typo
@ 2019-07-26 13:42 Ferruh Yigit
  2019-07-26 14:03 ` [dpdk-stable] [dpdk-dev] " Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2019-07-26 13:42 UTC (permalink / raw)
  To: Pablo de Lara, Declan Doherty; +Cc: dev, stable

Remove extra ';' which is probably added unintentionally, reported by
./devtools/check-includes.sh script.

Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 lib/librte_cryptodev/rte_crypto_asym.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_cryptodev/rte_crypto_asym.h b/lib/librte_cryptodev/rte_crypto_asym.h
index 044224214..4fbef2f89 100644
--- a/lib/librte_cryptodev/rte_crypto_asym.h
+++ b/lib/librte_cryptodev/rte_crypto_asym.h
@@ -383,7 +383,7 @@ struct rte_cryptodev_asym_session;
  */
 struct rte_crypto_rsa_op_param {
 	enum rte_crypto_asym_op_type op_type;
-	/**< Type of RSA operation for transform */;
+	/**< Type of RSA operation for transform */
 
 	rte_crypto_param message;
 	/**<
-- 
2.21.0


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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] cryptodev: fix typo
  2019-07-26 13:42 [dpdk-stable] [PATCH] cryptodev: fix typo Ferruh Yigit
@ 2019-07-26 14:03 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2019-07-26 14:03 UTC (permalink / raw)
  To: Ferruh Yigit, Pablo de Lara, Declan Doherty; +Cc: dev, stable


> 
> Remove extra ';' which is probably added unintentionally, reported by
> ./devtools/check-includes.sh script.
> 
> Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
>  lib/librte_cryptodev/rte_crypto_asym.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_cryptodev/rte_crypto_asym.h
> b/lib/librte_cryptodev/rte_crypto_asym.h
> index 044224214..4fbef2f89 100644
> --- a/lib/librte_cryptodev/rte_crypto_asym.h
> +++ b/lib/librte_cryptodev/rte_crypto_asym.h
> @@ -383,7 +383,7 @@ struct rte_cryptodev_asym_session;
>   */
>  struct rte_crypto_rsa_op_param {
>  	enum rte_crypto_asym_op_type op_type;
> -	/**< Type of RSA operation for transform */;
> +	/**< Type of RSA operation for transform */
> 
>  	rte_crypto_param message;
>  	/**<
> --
> 2.21.0

Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.

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

end of thread, other threads:[~2019-07-26 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 13:42 [dpdk-stable] [PATCH] cryptodev: fix typo Ferruh Yigit
2019-07-26 14:03 ` [dpdk-stable] [dpdk-dev] " Akhil Goyal

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