From: Stephen Hemminger Date: Wed, 8 Apr 2015 17:37:50 +0000 (-0700) Subject: tools: fix comment in bind script X-Git-Tag: spdx-start~8561 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8ea56fadc9a49c575bee6bb3892bc17dd9ec4ab6;p=dpdk.git tools: fix comment in bind script The function documentation was obviously copied and not updated. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- diff --git a/tools/dpdk_nic_bind.py b/tools/dpdk_nic_bind.py index 8523f82802..b7bd877e72 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)