linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] selftest/bpf fix PEP8 warnings
@ 2018-12-11 11:56 Alice Ferrazzi
  2018-12-11 11:56 ` [PATCH 1/7] selftest/bpf: Fix trailing semicolon in the statement Alice Ferrazzi
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Alice Ferrazzi @ 2018-12-11 11:56 UTC (permalink / raw)
  Cc: ast, daniel, shuah, netdev, linux-kernel, Alice Ferrazzi

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


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

end of thread, other threads:[~2018-12-25  0:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-11 11:56 [PATCH 0/7] selftest/bpf fix PEP8 warnings Alice Ferrazzi
2018-12-11 11:56 ` [PATCH 1/7] selftest/bpf: Fix trailing semicolon in the statement Alice Ferrazzi
2018-12-11 11:56 ` [PATCH 2/7] selftest/bpf: optimize import Alice Ferrazzi
2018-12-11 11:56 ` [PATCH 3/7] selftest/bpf: PEP 8: multiple statements on one line (colon) Alice Ferrazzi
2018-12-11 11:56 ` [PATCH 4/7] selftest/bpf: test_offload PEP8 format style fix Alice Ferrazzi
2018-12-12 18:41   ` Jakub Kicinski
2018-12-11 11:56 ` [PATCH 5/7] selftest/bpf: Fix PEP8 ambiguous variable name Alice Ferrazzi
2018-12-11 11:56 ` [PATCH 6/7] selftest/bpf: remove redundant parenthesis Alice Ferrazzi
2018-12-12 19:04   ` Jakub Kicinski
2018-12-12 21:15     ` Edward Cree
2018-12-13  0:25       ` Jakub Kicinski
2018-12-11 11:56 ` [PATCH 7/7] selftest/bpf: fix E501 line too long Alice Ferrazzi
2018-12-12 10:24   ` Daniel Borkmann
2018-12-12 19:06     ` Jakub Kicinski
2018-12-25  0:35   ` [LKP] [selftest/bpf] b870be2f1b: kernel_selftests.bpf.test_offload.py.fail kernel test robot

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).