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 5F8BF46BE4 for ; Tue, 22 Jul 2025 13:56:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 59BE040265; Tue, 22 Jul 2025 13:56:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1F3F240265 for ; Tue, 22 Jul 2025 13:56:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id CB25A125310; Tue, 22 Jul 2025 13:54:14 +0200 (CEST) Subject: |WARNING| pw155404 [PATCH] lib/ethdev: fix segfault in secondary process by validating dev_private pointer In-Reply-To: <20250722115439.1353573-1-14pwcse1224@uetpeshawar.edu.pk> References: <20250722115439.1353573-1-14pwcse1224@uetpeshawar.edu.pk> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> Message-Id: <20250722115414.CB25A125310@dpdk.org> Date: Tue, 22 Jul 2025 13:54:14 +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/155404 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #112: FILE: lib/ethdev/rte_ethdev.c:4082: + if (rte_eal_process_type() == RTE_PROC_SECONDARY && [...] + RTE_ETHDEV_LOG_LINE(ERR, total: 0 errors, 1 warnings, 15 lines checked