[dpdk-test-report] |WARNING| pw47836 [v3, 6/9] app/procinfo: add support for show crypto

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 5 18:56:18 CET 2018


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

_coding style issues_


ERROR:SPACING: spaces required around that '?' (ctx:VxW)
#59: FILE: app/proc-info/main.c:1053:
+		(x & RTE_CRYPTODEV_FF_CPU_AESNI)? 'y' : 'n',
 		                                ^

ERROR:SPACING: spaces required around that '?' (ctx:VxW)
#60: FILE: app/proc-info/main.c:1054:
+		(x & RTE_CRYPTODEV_FF_HW_ACCELERATED)? 'y' : 'n');
 		                                     ^

ERROR:SPACING: spaces required around that '?' (ctx:VxW)
#62: FILE: app/proc-info/main.c:1056:
+		(x & RTE_CRYPTODEV_FF_SECURITY)? 'y' : 'n');
 		                               ^

ERROR:SPACING: spaces required around that '?' (ctx:VxW)
#64: FILE: app/proc-info/main.c:1058:
+		(x & RTE_CRYPTODEV_FF_CPU_NEON)? 'y' : 'n',
 		                               ^

ERROR:SPACING: spaces required around that '?' (ctx:VxW)
#65: FILE: app/proc-info/main.c:1059:
+		(x & RTE_CRYPTODEV_FF_CPU_ARM_CE)? 'y' : 'n');
 		                                 ^

total: 5 errors, 0 warnings, 89 lines checked


More information about the test-report mailing list