From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 06A40728E; Fri, 23 Mar 2018 19:46:52 +0100 (CET) In-Reply-To: <20180323184503.13041-1-gaetan.rivet@6wind.com> References: <20180323184503.13041-1-gaetan.rivet@6wind.com> To: test-report@dpdk.org Cc: Gaetan Rivet Message-Id: <20180323184652.06A40728E@dpdk.org> Date: Fri, 23 Mar 2018 19:46:52 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36466 [PATCH 1/2] kvargs: the life of the party 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, 23 Mar 2018 18:46:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36466 _coding style issues_ WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon #165: FILE: lib/librte_eal/kvargs/rte_kvargs.c:15: +#define RTE_LOG(lvl, prefix, ...) \ + fprintf(lvl, prefix " " __VA_ARGS__); total: 0 errors, 1 warnings, 98 lines checked