Skip to content

Commit 1c6d6e0

Browse files
standby24x7borkmann
authored andcommitted
selftests/bpf: Fix a typo in test_offload.py
This patch fix a spelling typo in test_offload.py Signed-off-by: Masanari Iida <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Acked-by: Song Liu <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
1 parent 0741be3 commit 1c6d6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/test_offload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ def test_multi_prog(simdev, sim, obj, modename, modeid):
13531353
bpftool_prog_list_wait(expected=1)
13541354

13551355
ifnameB = bpftool("prog show %s" % (progB))[1]["dev"]["ifname"]
1356-
fail(ifnameB != simB1['ifname'], "program not bound to originial device")
1356+
fail(ifnameB != simB1['ifname'], "program not bound to original device")
13571357
simB1.remove()
13581358
bpftool_prog_list_wait(expected=1)
13591359

0 commit comments

Comments
 (0)