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 644DB425EF for ; Wed, 20 Sep 2023 13:36:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FF8A42D35; Wed, 20 Sep 2023 13:36:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 74AD3427E6 for ; Wed, 20 Sep 2023 13:36:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 65D7C120802; Wed, 20 Sep 2023 13:36:42 +0200 (CEST) Subject: |WARNING| pw131717 [PATCH 02/13] net/nfp: improve modularazation of rxtx module In-Reply-To: <20230920113454.739356-3-chaoyong.he@corigine.com> References: <20230920113454.739356-3-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20230920113642.65D7C120802@dpdk.org> Date: Wed, 20 Sep 2023 13:36:42 +0200 (CEST) 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/131717 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects? #536: FILE: drivers/net/nfp/nfpcore/nfp_platform.h:11: +#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) total: 0 errors, 0 warnings, 1 checks, 402 lines checked