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 C1F3448893 for ; Thu, 2 Oct 2025 18:57:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB9D14060B; Thu, 2 Oct 2025 18:57:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 791604060B for ; Thu, 2 Oct 2025 18:57:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3FC33124256; Thu, 2 Oct 2025 18:57:18 +0200 (CEST) Subject: |WARNING| pw157209 [PATCH] test/debug: fix crash with mlx5 devices In-Reply-To: <20251002165546.523435-1-david.marchand@redhat.com> References: <20251002165546.523435-1-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20251002165718.3FC33124256@dpdk.org> Date: Thu, 2 Oct 2025 18:57:18 +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/157209 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #266: FILE: app/test/test_debug.c:146: + const char * prefix = "--no-shconf"; ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #268: FILE: app/test/test_debug.c:148: + const char * prefix = "--file-prefix=debug"; total: 2 errors, 0 warnings, 175 lines checked