fixing PEP8 warning in the selftest bpf python files.

Alice Ferrazzi (7):
  selftest/bpf: Fix trailing semicolon in the statement
  selftest/bpf: optimize import
  selftest/bpf: PEP 8: multiple statements on one line (colon)
  selftest/bpf: test_offload PEP8 format style fix
  selftest/bpf: Fix PEP8 ambiguous variable name
  selftest/bpf: remove redundant parenthesis
  selftest/bpf: fix E501 line too long

 tools/testing/selftests/bpf/tcp_client.py   |  24 +++--
 tools/testing/selftests/bpf/tcp_server.py   |  27 +++--
 tools/testing/selftests/bpf/test_offload.py | 107 ++++++++++++++------
 3 files changed, 109 insertions(+), 49 deletions(-)

-- 
2.19.2

Reply via email to