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 0B7D7467FB for ; Mon, 26 May 2025 20:05:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 032E6402B5; Mon, 26 May 2025 20:05:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 686BD4067E for ; Mon, 26 May 2025 20:05:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 27E12123FC5; Mon, 26 May 2025 20:04:54 +0200 (CEST) Subject: |WARNING| pw153728 [PATCH v2 03/10] net/ice/base: integer overflow issue fix In-Reply-To: <20250526180311.4573-4-dhanya.r.pillai@intel.com> References: <20250526180311.4573-4-dhanya.r.pillai@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dhanya Pillai Message-Id: <20250526180454.27E12123FC5@dpdk.org> Date: Mon, 26 May 2025 20:04:54 +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/153728 _coding style issues_ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #90: FILE: drivers/net/intel/ice/base/ice_type.h:28: + return val != 0 && (val & (val -1)) == 0; ^ total: 0 errors, 0 warnings, 1 checks, 8 lines checked