[dpdk-dev] [PATCH] example/vhost_crypto: add new line character in usage

Maxime Coquelin maxime.coquelin at redhat.com
Mon Nov 9 17:32:44 CET 2020



On 11/2/20 12:38 PM, Ibtisam Tariq wrote:
> Add new line character(\n) in the usage of vhost_crypto example for
> better readability
> 
> Fixes: 709521f4c2c ("examples/vhost_crypto: support multi-core")
> Cc: roy.fan.zhang at intel.com
> 
> Signed-off-by: Ibtisam Tariq <ibtisam.tariq at emumba.com>
> ---
>  examples/vhost_crypto/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/examples/vhost_crypto/main.c b/examples/vhost_crypto/main.c
> index 11ad49159..29c8f7228 100644
> --- a/examples/vhost_crypto/main.c
> +++ b/examples/vhost_crypto/main.c
> @@ -195,7 +195,7 @@ vhost_crypto_usage(const char *prgname)
>  {
>  	printf("%s [EAL options] --\n"
>  		"  --%s <lcore>,SOCKET-FILE-PATH\n"
> -		"  --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]"
> +		"  --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]\n"
>  		"  --%s: zero copy\n"
>  		"  --%s: guest polling\n",
>  		prgname, SOCKET_FILE_KEYWORD, CONFIG_KEYWORD,
> 


Applied to dpdk-next-virtio/main.

Thanks,
Maxime



More information about the dev mailing list