linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/bpf: Fix a typo in test_offload.py
@ 2019-08-29  0:01 Masanari Iida
  2019-08-29  0:15 ` Jakub Kicinski
  2019-08-30 23:24 ` Daniel Borkmann
  0 siblings, 2 replies; 4+ messages in thread
From: Masanari Iida @ 2019-08-29  0:01 UTC (permalink / raw)
  To: linux-kernel, shuah, bpf, ast, daniel, kafai; +Cc: Masanari Iida

This patch fix a spelling typo in test_offload.py

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/testing/selftests/bpf/test_offload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/test_offload.py b/tools/testing/selftests/bpf/test_offload.py
index 425f9ed27c3b..15a666329a34 100755
--- a/tools/testing/selftests/bpf/test_offload.py
+++ b/tools/testing/selftests/bpf/test_offload.py
@@ -1353,7 +1353,7 @@ try:
     bpftool_prog_list_wait(expected=1)
 
     ifnameB = bpftool("prog show %s" % (progB))[1]["dev"]["ifname"]
-    fail(ifnameB != simB1['ifname'], "program not bound to originial device")
+    fail(ifnameB != simB1['ifname'], "program not bound to original device")
     simB1.remove()
     bpftool_prog_list_wait(expected=1)
 
-- 
2.23.0.37.g745f6812895b


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

end of thread, other threads:[~2019-08-30 23:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29  0:01 [PATCH] selftests/bpf: Fix a typo in test_offload.py Masanari Iida
2019-08-29  0:15 ` Jakub Kicinski
2019-08-29 15:59   ` Song Liu
2019-08-30 23:24 ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).