From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CCC157CFF; Fri, 25 Aug 2017 12:27:04 +0200 (CEST) In-Reply-To: <20170823141213.25476-7-shreyansh.jain@nxp.com> References: <20170823141213.25476-7-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170825102704.CCC157CFF@dpdk.org> Date: Fri, 25 Aug 2017 12:27:04 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27777 [PATCH v3 06/40] bus/dpaa: add FMan hardware 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: Fri, 25 Aug 2017 10:27:05 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27777 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #764: FILE: drivers/bus/dpaa/include/fsl_fman.h:108: +void fman_if_promiscuous_enable(struct fman_if *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #765: FILE: drivers/bus/dpaa/include/fsl_fman.h:109: +void fman_if_promiscuous_disable(struct fman_if *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #768: FILE: drivers/bus/dpaa/include/fsl_fman.h:112: +void fman_if_enable_rx(struct fman_if *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #769: FILE: drivers/bus/dpaa/include/fsl_fman.h:113: +void fman_if_disable_rx(struct fman_if *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #772: FILE: drivers/bus/dpaa/include/fsl_fman.h:116: +void fman_if_loopback_enable(struct fman_if *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #773: FILE: drivers/bus/dpaa/include/fsl_fman.h:117: +void fman_if_loopback_disable(struct fman_if *); total: 0 errors, 6 warnings, 1058 lines checked