mbox series

[0/7] selftest/bpf fix PEP8 warnings

Message ID 20181211115607.13774-1-alice.ferrazzi@gmail.com
Headers show
Series selftest/bpf fix PEP8 warnings | expand

Message

Alice Ferrazzi Dec. 11, 2018, 11:56 a.m. UTC
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(-)