[dts] [PATCH] framework/config: fix a typo

Tu, Lijuan lijuan.tu at intel.com
Tue Jan 15 03:36:23 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, January 12, 2019 5:07 PM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] framework/config: fix a typo
> 
> This patch fixes a typo (covert->convert) in framework/config.py
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  framework/config.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/config.py b/framework/config.py index 46c6ffb..b4f37d1
> 100644
> --- a/framework/config.py
> +++ b/framework/config.py
> @@ -272,7 +272,7 @@ class CrbsConf(UserConf):
>              if not crb_confs:
>                  continue
> 
> -            # covert file configuration to dts crbs
> +            # convert file configuration to dts crbs
>              for conf in crb_confs:
>                  key, value = conf
>                  if key == 'dut_ip':
> --
> 2.19.2



More information about the dts mailing list