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 7696FA0501 for ; Fri, 8 Apr 2022 13:15:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65EA24067E; Fri, 8 Apr 2022 13:15:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 71B8C4003F for ; Fri, 8 Apr 2022 13:15:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 65C04124163; Fri, 8 Apr 2022 13:15:12 +0200 (CEST) Subject: |WARNING| pw109519 [PATCH] net/ice: optimize max queue number calculation In-Reply-To: <20220408111705.2629973-1-qi.z.zhang@intel.com> References: <20220408111705.2629973-1-qi.z.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Qi Zhang Message-Id: <20220408111512.65C04124163@dpdk.org> Date: Fri, 8 Apr 2022 13:15:12 +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/109519 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #88: FILE: drivers/net/ice/ice_ethdev.c:826: + vsi->nb_qps = RTE_MIN( WARNING:SPACE_BEFORE_TAB: please, no space before tabs #93: FILE: drivers/net/ice/ice_ethdev.c:831: +^I/* 0000 ^I-> 0 */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #94: FILE: drivers/net/ice/ice_ethdev.c:832: +^I/* 0001 ^I-> 0 */$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #95: FILE: drivers/net/ice/ice_ethdev.c:833: +^I/* 0002 ^I-> 1 */$ total: 0 errors, 3 warnings, 1 checks, 30 lines checked