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 6911DA034F for ; Fri, 8 Oct 2021 12:59:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D16D4112E; Fri, 8 Oct 2021 12:59:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 63918410F0 for ; Fri, 8 Oct 2021 12:59:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5F645120E00; Fri, 8 Oct 2021 12:59:40 +0200 (CEST) In-Reply-To: <20211007184350.73858-24-srikanth.k@oneconvergence.com> References: <20211007184350.73858-24-srikanth.k@oneconvergence.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Srikanth Kaka Message-Id: <20211008105940.5F645120E00@dpdk.org> Date: Fri, 8 Oct 2021 12:59:40 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100791 [PATCH v2 23/41] net/mlx5: add link update callback 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/100791 _coding style issues_ CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #168: FILE: drivers/net/mlx5/freebsd/mlx5_ethdev_os.c:232: + mlx5_ifmedia_baudrate(ifmr.ifm_active)/(1000*1000) : 0; ^ CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #168: FILE: drivers/net/mlx5/freebsd/mlx5_ethdev_os.c:232: + mlx5_ifmedia_baudrate(ifmr.ifm_active)/(1000*1000) : 0; ^ total: 0 errors, 0 warnings, 2 checks, 187 lines checked Warning in drivers/net/mlx5/freebsd/mlx5_ethdev_os.c: Declaring a variable inside for()