[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190829000130.7845-1-standby24x7@gmail.com>
Date: Thu, 29 Aug 2019 09:01:30 +0900
From: Masanari Iida <standby24x7@...il.com>
To: linux-kernel@...r.kernel.org, shuah@...nel.org,
bpf@...r.kernel.org, ast@...nel.org, daniel@...earbox.net,
kafai@...com
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] selftests/bpf: Fix a typo in test_offload.py
This patch fix a spelling typo in test_offload.py
Signed-off-by: Masanari Iida <standby24x7@...il.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
Powered by blists - more mailing lists