|WARNING| pw115619 [PATCH 3/3] cryptodev: hide sym session structure
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Aug 29 18:12:32 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115619
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#267: FILE: lib/cryptodev/cryptodev_pmd.h:160:
+#define CRYPTODEV_GET_SYM_SESS_PRIV(s) \
+ (void *)(((struct rte_cryptodev_sym_session *)s)->driver_priv_data)
total: 1 errors, 0 warnings, 335 lines checked
More information about the test-report
mailing list