From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47200A04B0 for ; Thu, 13 Aug 2020 20:09:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A4421C0C6; Thu, 13 Aug 2020 20:09:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B71981C0BD; Thu, 13 Aug 2020 20:09:43 +0200 (CEST) In-Reply-To: <20200813180121.19480-1-hemant.agrawal@nxp.com> References: <20200813180121.19480-1-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20200813180943.B71981C0BD@dpdk.org> Date: Thu, 13 Aug 2020 20:09:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75514 [PATCH v5 1/8] net/dpaa: add support for fmlib in dpdk 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/75514 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects? #672: FILE: drivers/net/dpaa/fmlib/fm_lib.c:22: +#define DEV_TO_ID(p) \ + do { \ + t_device *p_dev = (t_device *)p; \ + p = UINT_TO_PTR(p_dev->id); \ + } while (0) WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #5251: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4052: + * single partition environment, or it is the Master partition in WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #5740: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4541: + * NOTE: this routine may be called only for FM in master mode WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #5756: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4557: + * NOTE: this routine may be called only for FM in master mode WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #5772: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4573: + * NOTE: this routine may be called only for FM in master mode WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #5788: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4589: + * NOTE: this routine may be called only for FM in master mode WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #5804: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4605: + * NOTE: this routine may be called only for FM in master mode WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #5820: FILE: drivers/net/dpaa/fmlib/fm_pcd_ext.h:4621: + * NOTE: this routine may be called only for FM in master mode WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #8242: FILE: drivers/net/dpaa/fmlib/fm_port_ext.h:1090: +#define RETURN_ERROR(_level, _err, _vmsg) { return ERROR_CODE(_err); } total: 0 errors, 8 warnings, 1 checks, 10983 lines checked