From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 682DFA04B6 for ; Thu, 17 Sep 2020 07:31:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3CAD21D52A; Thu, 17 Sep 2020 07:31:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 376BD1D52A; Thu, 17 Sep 2020 07:31:51 +0200 (CEST) In-Reply-To: <20200917053035.1889989-3-mk@semihalf.com> References: <20200917053035.1889989-3-mk@semihalf.com> To: test-report@dpdk.org Cc: Michal Krawczyk Message-Id: <20200917053151.376BD1D52A@dpdk.org> Date: Thu, 17 Sep 2020 07:31:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77962 [PATCH 02/20] net/ena/base: specify operations of rte_delay 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/77962 _coding style issues_ CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'x' may be better as '(x)' to avoid precedence issues #111: FILE: drivers/net/ena/base/ena_plat_dpdk.h:59: +#define ENA_MSLEEP(x) rte_delay_us_sleep(x * 1000) total: 0 errors, 0 warnings, 1 checks, 10 lines checked