From: Pavel Shirshov Date: Fri, 10 Nov 2017 08:21:48 +0000 (-0800) Subject: usertools: fix a typo in bind script X-Git-Tag: spdx-start~822 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=e48396149228daddb69871d7c112e106fa223308 usertools: fix a typo in bind script Signed-off-by: Pavel Shirshov --- diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py index a539995cdb..f9f7aee085 100755 --- a/usertools/dpdk-devbind.py +++ b/usertools/dpdk-devbind.py @@ -539,7 +539,7 @@ def bind_all(dev_list, driver, force=False): for d in dev_list: bind_one(d, driver, force) - # For kenels < 3.15 when binding devices to a generic driver + # For kernels < 3.15 when binding devices to a generic driver # (i.e. one that doesn't have a PCI ID table) using new_id, some devices # that are not bound to any other driver could be bound even if no one has # asked them to. hence, we check the list of drivers again, and see if