DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues
@ 2018-10-08 10:41 Anoob Joseph
  2018-10-08 10:41 ` [dpdk-dev] [PATCH 1/8] examples/l2fwd: remove quoted white space before newline Anoob Joseph
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Anoob Joseph @ 2018-10-08 10:41 UTC (permalink / raw)
  To: Bruce Richardson, Pablo de Lara
  Cc: Anoob Joseph, Jerin Jacob, Narayana Prasad, dev

This patchset fixes multiple issues reported by checkpatch in l2fwd
code base. These issues would be flagged for any new copy of the file
and hence, fixing at the source.

Anoob Joseph (8):
  examples/l2fwd: remove quoted white space before newline
  examples/l2fwd: need space between two args
  examples/l2fwd: else should follow close brace
  examples/l2fwd: replace bare usage of 'unsigned'
  examples/l2fwd: follow convention for block comments
  examples/l2fwd: limit line to 80 char
  examples/l2fwd: space required between elements
  examples/l2fwd: remove null initialisation

 examples/l2fwd/main.c | 49 ++++++++++++++++++++++++++-----------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-10-29  4:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08 10:41 [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 1/8] examples/l2fwd: remove quoted white space before newline Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 2/8] examples/l2fwd: need space between two args Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 3/8] examples/l2fwd: else should follow close brace Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 4/8] examples/l2fwd: replace bare usage of 'unsigned' Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 5/8] examples/l2fwd: follow convention for block comments Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 6/8] examples/l2fwd: limit line to 80 char Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 7/8] examples/l2fwd: space required between elements Anoob Joseph
2018-10-08 10:41 ` [dpdk-dev] [PATCH 8/8] examples/l2fwd: remove null initialisation Anoob Joseph
2018-10-08 11:00 ` [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues Ferruh Yigit
2018-10-08 11:29   ` Joseph, Anoob
2018-10-08 12:35     ` Ferruh Yigit
2018-10-29  2:19       ` Thomas Monjalon
2018-10-29  4:48         ` Joseph, Anoob

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