[dpdk-test-report] |WARNING| [PATCH 2/8] drivers/common/dpaa2: Sample descriptors for NXP DPAA2 SEC operations.

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Dec 5 08:29:45 CET 2016


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3219: FILE: drivers/common/dpaa2/flib/desc/common.h:61:
+static inline int rta_inline_query(unsigned sd_base_len, unsigned jd_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3219: FILE: drivers/common/dpaa2/flib/desc/common.h:61:
+static inline int rta_inline_query(unsigned sd_base_len, unsigned jd_len,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#3220: FILE: drivers/common/dpaa2/flib/desc/common.h:62:
+				   unsigned *data_len, uint32_t *inl_mask,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3221: FILE: drivers/common/dpaa2/flib/desc/common.h:63:
+				   unsigned count)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3224: FILE: drivers/common/dpaa2/flib/desc/common.h:66:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3585: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:327:
+static inline unsigned __rta_copy_ipsec_encap_pdb(struct program *program,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3589: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:331:
+	unsigned start_pc = program->current_pc;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3702: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:444:
+static inline unsigned __rta_copy_ipsec_decap_pdb(struct program *program,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3706: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:448:
+	unsigned start_pc = program->current_pc;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#3707: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:449:
+	unsigned i, ars;

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3797: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:539:
+					 * length */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3800: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:542:
+					 * offset */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3807: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:549:
+					 * header */

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#3809: FILE: drivers/common/dpaa2/flib/desc/ipsec.h:551:
+					 * header + outer IP header material */

total: 0 errors, 14 warnings, 4586 lines checked


More information about the test-report mailing list