mbox

[0/7] space after keyword cleanups

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

Message

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

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                     | 30 +++++++++++-----------
 app/test-pmd/parameters.c                  |  8 +++---
 app/test-pmd/testpmd.c                     |  2 +-
 app/test/test_debug.c                      |  4 +--
 app/test/test_hash.c                       |  6 ++---
 app/test/test_malloc.c                     | 10 ++++----
 app/test/test_mbuf.c                       | 12 ++++-----
 app/test/test_spinlock.c                   |  2 +-
 drivers/net/e1000/em_ethdev.c              |  2 +-
 drivers/net/e1000/igb_ethdev.c             |  8 +++---
 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                |  4 +--
 examples/l3fwd/main.c                      |  4 +--
 examples/multi_process/symmetric_mp/main.c |  4 +--
 lib/cmdline/cmdline_rdline.c               |  6 ++---
 lib/ip_frag/rte_ipv4_reassembly.c          |  2 +-
 19 files changed, 61 insertions(+), 61 deletions(-)