From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id F3872D1E7; Thu, 23 Mar 2017 13:50:41 +0100 (CET) In-Reply-To: <6eb915c9837cbb6e067b4b08c8fa054aff2da4e4.1490175951.git.pascal.mazon@6wind.com> References: <6eb915c9837cbb6e067b4b08c8fa054aff2da4e4.1490175951.git.pascal.mazon@6wind.com> To: test-report@dpdk.org Cc: Pascal Mazon Message-Id: <20170323125041.F3872D1E7@dpdk.org> Date: Thu, 23 Mar 2017 13:50:41 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw22074 [PATCH v6 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:50:42 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/22074 _coding style issues_ CHECK:BRACES: Unbalanced braces around else statement #281: FILE: drivers/net/tap/tap_netlink.c:216: + else { CHECK:MACRO_ARG_REUSE: Macro argument reuse 'nlh' - possible side-effects? #492: 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