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 16B1D46A37 for ; Mon, 23 Jun 2025 15:55:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 10B5640151; Mon, 23 Jun 2025 15:55:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0387240151 for ; Mon, 23 Jun 2025 15:55:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 592301252CD; Mon, 23 Jun 2025 15:53:50 +0200 (CEST) Subject: |WARNING| pw154641 [PATCH v2 07/10] tailq: fix cast macro for null pointer In-Reply-To: <20250623135242.461965-8-david.marchand@redhat.com> References: <20250623135242.461965-8-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20250623135350.592301252CD@dpdk.org> Date: Mon, 23 Jun 2025 15:53:50 +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/154641 _coding style issues_ WARNING:TYPO_SPELLING: 'arithmetics' may be misspelled - perhaps 'arithmetic'? #78: Doing arithmetics with the NULL pointer is undefined. total: 0 errors, 1 warnings, 8 lines checked