tools: fix comment in bind script
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>
This commit is contained in:
parent
36080ff96b
commit
8ea56fadc9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user