[dpdk-dev] [PATCH 1/2] Fix checkpatch errors in librte_acl

2015-01-05 Thread Bruce Richardson
On Thu, Dec 25, 2014 at 10:31:47AM -0500, Ravi Kerur wrote: > Fix checkpatch warnings and errors in lib/librte_acl. checkpatch > is run as follows > > scripts/checkpatch.pl --no-tree --file > > Following warnings are treated as false-positive > > 1. WARNING: quoted string split across lines > 2

[dpdk-dev] [PATCH 1/2] Fix checkpatch errors in librte_acl

2014-12-25 Thread Ravi Kerur
Fix checkpatch warnings and errors in lib/librte_acl. checkpatch is run as follows scripts/checkpatch.pl --no-tree --file Following warnings are treated as false-positive 1. WARNING: quoted string split across lines 2. WARNING: do not add new typedefs 3. WARNING: __aligned(size) is preferred ov