From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AE6C4D59A; Tue, 7 Mar 2017 17:35:56 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Pascal Mazon Message-Id: <20170307163556.AE6C4D59A@dpdk.org> Date: Tue, 7 Mar 2017 17:35:56 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21564 [PATCH v3 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: Tue, 07 Mar 2017 16:35:57 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21564 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'nlh' - possible side-effects? #517: 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, 1 checks, 885 lines checked