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 E26A1467F2 for ; Mon, 26 May 2025 10:34:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF10C406BA; Mon, 26 May 2025 10:34:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 239FC40653 for ; Mon, 26 May 2025 10:34:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3DEAD123FC5; Mon, 26 May 2025 10:33:40 +0200 (CEST) Subject: |WARNING| pw153679 [PATCH 3/9] net/ice/base: integer overflow issue fix In-Reply-To: <20250526083325.248384-4-dhanya.r.pillai@intel.com> References: <20250526083325.248384-4-dhanya.r.pillai@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dhanya Pillai Message-Id: <20250526083340.3DEAD123FC5@dpdk.org> Date: Mon, 26 May 2025 10:33:40 +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/153679 _coding style issues_ CHECK:SPACING: spaces preferred around that '-' (ctx:WxV) #88: FILE: drivers/net/intel/ice/base/ice_type.h:28: + return val != 0 && (val & (val -1)) == 0; ^ ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Lukasz Krakowiak ' total: 1 errors, 0 warnings, 1 checks, 8 lines checked