From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 61BC5728A; Wed, 21 Mar 2018 18:17:49 +0100 (CET) In-Reply-To: <390e98e1afddd5c80ba243efc44b8a047ea68710.1521652453.git.gaetan.rivet@6wind.com> References: <390e98e1afddd5c80ba243efc44b8a047ea68710.1521652453.git.gaetan.rivet@6wind.com> To: test-report@dpdk.org Cc: Gaetan Rivet Message-Id: <20180321171749.61BC5728A@dpdk.org> Date: Wed, 21 Mar 2018 18:17:49 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36400 [PATCH v2 09/18] eal/dev: implement device iteration 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: Wed, 21 Mar 2018 17:17:49 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36400 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #45: FILE: lib/librte_eal/common/eal_common_dev.c:35: +#define ITCTX(ptr) \ + ((struct dev_next_ctx *)(intptr_t)ptr)->it ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #48: FILE: lib/librte_eal/common/eal_common_dev.c:38: +#define BUSCTX(ptr) \ + ((struct dev_next_ctx *)(intptr_t)ptr)->busstr ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #51: FILE: lib/librte_eal/common/eal_common_dev.c:41: +#define CLSCTX(ptr) \ + ((struct dev_next_ctx *)(intptr_t)ptr)->clsstr total: 3 errors, 0 warnings, 206 lines checked