From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 2/2] tools: fix comment in bind script Date: Wed, 15 Apr 2015 10:43:16 +0100 Message-ID: <20150415094316.GA7948@bricha3-MOBL3> References: <1428514670-7982-1-git-send-email-stephen@networkplumber.org> <1428514670-7982-3-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org, Stephen Hemminger To: Stephen Hemminger Return-path: Content-Disposition: inline In-Reply-To: <1428514670-7982-3-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Wed, Apr 08, 2015 at 10:37:50AM -0700, Stephen Hemminger wrote: > From: Stephen Hemminger > > The function documentation was obviously copied and not updated. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson > --- > tools/dpdk_nic_bind.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/dpdk_nic_bind.py b/tools/dpdk_nic_bind.py > index 8523f82..b7bd877 100755 > --- a/tools/dpdk_nic_bind.py > +++ b/tools/dpdk_nic_bind.py > @@ -391,7 +391,7 @@ def unbind_all(dev_list, force=False): > unbind_one(d, force) > > def bind_all(dev_list, driver, force=False): > - """Unbind method, takes a list of device locations""" > + """Bind method, takes a list of device locations""" > global devices > > dev_list = map(dev_id_from_dev_name, dev_list) > -- > 2.1.4 >