All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usertools/dpdk-devbind.py: Fix a typo
@ 2017-11-10  8:21 Pavel Shirshov
  2017-11-13  5:24 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Shirshov @ 2017-11-10  8:21 UTC (permalink / raw)
  To: dev

Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
---
 usertools/dpdk-devbind.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
index a539995..f9f7aee 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usertools/dpdk-devbind.py: Fix a typo
  2017-11-10  8:21 [PATCH] usertools/dpdk-devbind.py: Fix a typo Pavel Shirshov
@ 2017-11-13  5:24 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-11-13  5:24 UTC (permalink / raw)
  To: Pavel Shirshov; +Cc: dev

10/11/2017 09:21, Pavel Shirshov:
> Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-13  5:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10  8:21 [PATCH] usertools/dpdk-devbind.py: Fix a typo Pavel Shirshov
2017-11-13  5:24 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.