test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: Rami Rosen <ramirose@gmail.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH] nics: fix typos
Date: Wed, 16 Jan 2019 05:37:16 +0000	[thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA03162@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1547535178-4726-1-git-send-email-ramirose@gmail.com>

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Tuesday, January 15, 2019 2:53 PM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] nics: fix typos
> 
> This patch fixes typos in three modules under nics:
> addtional->additional
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  nics/atwood.py | 2 +-
>  nics/br.py     | 4 ++--
>  nics/rrc.py    | 4 ++--
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/nics/atwood.py b/nics/atwood.py index 76a94bd..e1491c7 100644
> --- a/nics/atwood.py
> +++ b/nics/atwood.py
> @@ -108,7 +108,7 @@ class Atwood(NetDevice):
>          if 'tp_path' in port_cfg.keys():
>              self.tp_path = port_cfg['tp_path']
> 
> -        # create addtional session
> +        # create additional session
>          self.ctrl_crb = CtrlCrb(crb)
> 
>      def setup(self):
> diff --git a/nics/br.py b/nics/br.py
> index 79c8a7b..d95a5f9 100644
> --- a/nics/br.py
> +++ b/nics/br.py
> @@ -125,7 +125,7 @@ class BoulderRapid(NetDevice):
>              port_info = self.host.get_port_info(first_addr)
>              if port_info is None:
>                  raise PortConfigParseException("BoulderRapid first port not found")
> -            # get addtional session
> +            # get additional session
>              netdev = port_info['port']
>              self.ctrl_crb = netdev.get_control()
>              self.sec_port = True
> @@ -144,7 +144,7 @@ class BoulderRapid(NetDevice):
>          if 'tp_path' in port_cfg.keys():
>              self.tp_path = port_cfg['tp_path']
> 
> -        # create addtional session
> +        # create additional session
>          self.ctrl_crb = CtrlCrb(crb)
> 
>      def setup(self):
> diff --git a/nics/rrc.py b/nics/rrc.py
> index a6ac175..099a6b1 100644
> --- a/nics/rrc.py
> +++ b/nics/rrc.py
> @@ -126,7 +126,7 @@ class RedRockCanyou(NetDevice):
>              port_info = self.host.get_port_info(first_addr)
>              if port_info is None:
>                  raise PortConfigParseException("RRC first port not found")
> -            # get addtional session
> +            # get additional session
>              netdev = port_info['port']
>              self.ctrl_crb = netdev.get_control()
>              self.sec_port = True
> @@ -145,7 +145,7 @@ class RedRockCanyou(NetDevice):
>          if 'tp_path' in port_cfg.keys():
>              self.tp_path = port_cfg['tp_path']
> 
> -        # create addtional session
> +        # create additional session
>          self.ctrl_crb = CtrlCrb(crb)
> 
>      def setup(self):
> --
> 1.8.3.1

      reply	other threads:[~2019-01-16  5:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15  6:52 Rami Rosen
2019-01-16  5:37 ` Tu, Lijuan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8CE3E05A3F976642AAB0F4675D0AD20E0BA03162@SHSMSX101.ccr.corp.intel.com \
    --to=lijuan.tu@intel.com \
    --cc=dts@dpdk.org \
    --cc=ramirose@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).