tools: fix comment in bind script
authorStephen Hemminger <shemming@brocade.com>
Wed, 8 Apr 2015 17:37:50 +0000 (10:37 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Aug 2015 17:22:42 +0000 (19:22 +0200)
The function documentation was obviously copied and not updated.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
tools/dpdk_nic_bind.py

index 8523f82..b7bd877 100755 (executable)
@@ -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)