These are the results of a script replacing 'if(' with 'if (' in various places.
v3 - more checkpatch fallout also fix places where 'for(' is used. 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 | 12 ++++---- 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 | 9 +++--- examples/l3fwd/main.c | 9 +++--- examples/multi_process/symmetric_mp/main.c | 6 ++-- examples/qos_sched/app_thread.c | 6 ++-- examples/qos_sched/args.c | 2 +- examples/qos_sched/init.c | 2 +- examples/qos_sched/main.c | 2 +- lib/cmdline/cmdline_rdline.c | 12 ++++---- lib/ip_frag/rte_ipv4_reassembly.c | 2 +- 26 files changed, 96 insertions(+), 92 deletions(-) -- 2.39.0