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 D6D9B46BD7 for ; Mon, 21 Jul 2025 12:56:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1C9A4014F; Mon, 21 Jul 2025 12:56:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8650A4014F for ; Mon, 21 Jul 2025 12:56:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 94DD112530F; Mon, 21 Jul 2025 12:54:27 +0200 (CEST) Subject: |WARNING| pw155372 [PATCH] net/ice: fix segfault in secondary process by validating dev_private pointer In-Reply-To: <20250721105522.1019515-1-14pwcse1224@uetpeshawar.edu.pk> References: <20250721105522.1019515-1-14pwcse1224@uetpeshawar.edu.pk> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> Message-Id: <20250721105427.94DD112530F@dpdk.org> Date: Mon, 21 Jul 2025 12:54:27 +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/155372 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #112: FILE: drivers/net/intel/ice/ice_ethdev.c:4093: + if (rte_eal_process_type() == RTE_PROC_SECONDARY && [...] + PMD_DRV_LOG(ERR, total: 0 errors, 1 warnings, 0 checks, 15 lines checked