From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CE959FA66; Mon, 5 Dec 2016 08:29:45 +0100 (CET) In-Reply-To: <20161205125540.6419-3-akhil.goyal@nxp.com> References: <20161205125540.6419-3-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20161205072945.CE959FA66@dpdk.org> Date: Mon, 5 Dec 2016 08:29:45 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 2/8] drivers/common/dpaa2: Sample descriptors for NXP DPAA2 SEC operations. X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 07:29:46 -0000 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