From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 770761BB9E; Tue, 15 May 2018 06:33:43 +0200 (CEST) In-Reply-To: <20180515043154.19239-2-stephen@networkplumber.org> References: <20180515043154.19239-2-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20180515043343.770761BB9E@dpdk.org> Date: Tue, 15 May 2018 06:33:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40023 [PATCH v7 1/5] eal: add rte_uuid support 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, 15 May 2018 04:33:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40023 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #80: FILE: lib/librte_eal/common/eal_common_uuid.c:19: +#define DIFF_RETURN(a, b, field) do { \ + if ((a)->field != (b)->field) \ + return (((a)->field < (b)->field) ? -1 : 1); \ +} while (0) total: 0 errors, 1 warnings, 277 lines checked