[dpdk-test-report] |WARNING| pw55217 [PATCH v1 1/3] eal/arm64: add 128-bit atomic compare exchange

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 23 04:41:39 CEST 2019


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#82: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:68:
+	register uint64_t x0 __asm ("x0") = (uint64_t)old.val[0];

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#83: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:69:
+	register uint64_t x1 __asm ("x1") = (uint64_t)old.val[1];

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#84: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:70:
+	register uint64_t x2 __asm ("x2") = (uint64_t)updated.val[0];

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#85: FILE: lib/librte_eal/common/include/arch/arm/rte_atomic_64.h:71:
+	register uint64_t x3 __asm ("x3") = (uint64_t)updated.val[1];

total: 0 errors, 4 warnings, 246 lines checked


More information about the test-report mailing list