From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0E6BB90F2; Fri, 16 Jun 2017 07:33:53 +0200 (CEST) In-Reply-To: <1497591668-3320-8-git-send-email-shreyansh.jain@nxp.com> References: <1497591668-3320-8-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170616053353.0E6BB90F2@dpdk.org> Date: Fri, 16 Jun 2017 07:33:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25373 [PATCH 07/38] 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, 16 Jun 2017 05:33:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25373 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name #778: 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 #779: 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 #782: 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 #783: 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 #786: 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 #787: FILE: drivers/bus/dpaa/include/fsl_fman.h:117: +void fman_if_loopback_disable(struct fman_if *); total: 0 errors, 6 warnings, 1066 lines checked