From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A70235A40 for ; Wed, 15 Apr 2015 11:43:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 15 Apr 2015 02:43:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,581,1422950400"; d="scan'208";a="695560094" Received: from bricha3-mobl3.ger.corp.intel.com ([10.243.20.33]) by fmsmga001.fm.intel.com with SMTP; 15 Apr 2015 02:43:17 -0700 Received: by (sSMTP sendmail emulation); Wed, 15 Apr 2015 10:43:16 +0025 Date: Wed, 15 Apr 2015 10:43:16 +0100 From: Bruce Richardson To: Stephen Hemminger 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 Content-Disposition: inline In-Reply-To: <1428514670-7982-3-git-send-email-stephen@networkplumber.org> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 2/2] tools: fix comment in bind script X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 09:43:21 -0000 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 >