mbox

[v2,0/7] space after keyword cleanups

Message ID 20230116175127.87346-1-stephen@networkplumber.org (mailing list archive)
Headers

Message

Stephen Hemminger Jan. 16, 2023, 5:51 p.m. UTC
  These are the results of a script replacing 'if(' with 'if ('
in various places.

v2 - fix related style changes on same lines reported
by checkpatch

Stephen Hemminger (7):
  test: fix whitespace
  testpmd: fix whitespace
  net/e1000: fix whitespace
  i40e: fix whitespace
  examples: fix whitespace
  cmdline: fix whitespace
  ip_frag: fix whitespace

 app/test-pmd/cmdline.c                     | 33 +++++++++++-----------
 app/test-pmd/parameters.c                  | 11 ++++----
 app/test-pmd/testpmd.c                     |  2 +-
 app/test/test_cmdline_cirbuf.c             |  4 +--
 app/test/test_debug.c                      |  6 ++--
 app/test/test_hash.c                       | 10 +++----
 app/test/test_lpm6_perf.c                  |  2 +-
 app/test/test_malloc.c                     | 14 ++++-----
 app/test/test_mbuf.c                       | 15 +++++-----
 app/test/test_ring_perf.c                  |  2 +-
 app/test/test_spinlock.c                   |  2 +-
 drivers/net/e1000/em_ethdev.c              |  2 +-
 drivers/net/e1000/igb_ethdev.c             | 16 +++++------
 drivers/net/e1000/igb_pf.c                 |  2 +-
 drivers/net/e1000/igb_rxtx.c               |  6 ++--
 drivers/net/i40e/i40e_pf.c                 |  8 +++---
 examples/ip_reassembly/main.c              |  2 +-
 examples/l3fwd-power/main.c                |  7 +++--
 examples/l3fwd/main.c                      |  7 +++--
 examples/multi_process/symmetric_mp/main.c |  4 +--
 lib/cmdline/cmdline_rdline.c               | 12 ++++----
 lib/ip_frag/rte_ipv4_reassembly.c          |  2 +-
 22 files changed, 86 insertions(+), 83 deletions(-)