From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4E06F7D1C; Fri, 25 Aug 2017 12:27:01 +0200 (CEST) In-Reply-To: <20170823141213.25476-6-shreyansh.jain@nxp.com> References: <20170823141213.25476-6-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170825102701.4E06F7D1C@dpdk.org> Date: Fri, 25 Aug 2017 12:27:01 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27776 [PATCH v3 05/40] bus/dpaa: introducing FMan configurations 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:01 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27776 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #1260: FILE: drivers/bus/dpaa/include/fman.h:422: +#define FMAN_ERR(rc, fmt, args...) \ + do { \ + _errno = (rc); \ + DPAA_BUS_LOG(ERR, fmt "(%d)", ##args, errno); \ + goto err; \ + } while (0) total: 0 errors, 1 warnings, 1336 lines checked