[dpdk-test-report] |WARNING| pw20740 [PATCH 05/16] net/avp: debug log macros

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Feb 25 02:24:51 CET 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/20740

_coding style issues_


ERROR:SPACING: space prohibited before that ',' (ctx:WxW)
#115: FILE: drivers/net/avp/avp_logs.h:40:
+	RTE_LOG(level, PMD, "%s() rx: " fmt , __func__, ## args)
 	                                    ^

ERROR:SPACING: space prohibited before that ',' (ctx:WxW)
#122: FILE: drivers/net/avp/avp_logs.h:47:
+	RTE_LOG(level, PMD, "%s() tx: " fmt , __func__, ## args)
 	                                    ^

ERROR:SPACING: space prohibited before that ',' (ctx:WxW)
#129: FILE: drivers/net/avp/avp_logs.h:54:
+	RTE_LOG(level, PMD, "%s(): " fmt , __func__, ## args)
 	                                 ^

total: 3 errors, 0 warnings, 0 checks, 69 lines checked


More information about the test-report mailing list