From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0752FA04A5 for ; Mon, 27 Dec 2021 17:19:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 046B740683; Mon, 27 Dec 2021 17:19:27 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BCD3F4067B for ; Mon, 27 Dec 2021 17:19:23 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B93B6120D7B; Mon, 27 Dec 2021 17:19:23 +0100 (CET) Subject: |WARNING| pw105450 [PATCH v2 15/16] net/pfe: reduce driver initialization time In-Reply-To: <20211227161645.24359-16-nipun.gupta@nxp.com> References: <20211227161645.24359-16-nipun.gupta@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: nipun.gupta@nxp.com Message-Id: <20211227161923.B93B6120D7B@dpdk.org> Date: Mon, 27 Dec 2021 17:19:23 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/105450 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects? #79: FILE: drivers/net/pfe/pfe_hif.c:12: +#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) total: 0 errors, 0 warnings, 1 checks, 22 lines checked