From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6D0ADCF80; Thu, 23 Mar 2017 13:51:43 +0100 (CET) In-Reply-To: <99b25e4843aa94417d67746fa5dfcefd37cbb97c.1490257880.git.pascal.mazon@6wind.com> References: <99b25e4843aa94417d67746fa5dfcefd37cbb97c.1490257880.git.pascal.mazon@6wind.com> To: test-report@dpdk.org Cc: Pascal Mazon Message-Id: <20170323125143.6D0ADCF80@dpdk.org> Date: Thu, 23 Mar 2017 13:51:43 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw22144 [PATCH v7 3/4] net/tap: add netlink back-end for flow API 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: Thu, 23 Mar 2017 12:51:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/22144 _coding style issues_ CHECK:BRACES: Unbalanced braces around else statement #282: FILE: drivers/net/tap/tap_netlink.c:216: + else { CHECK:MACRO_ARG_REUSE: Macro argument reuse 'nlh' - possible side-effects? #493: FILE: drivers/net/tap/tap_netlink.h:54: +#define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len)) total: 0 errors, 0 warnings, 2 checks, 885 lines checked