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 80EB843067 for ; Tue, 15 Aug 2023 03:40:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E36443251; Tue, 15 Aug 2023 03:40:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4619B427E9 for ; Tue, 15 Aug 2023 03:40:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 41BEE120D38; Tue, 15 Aug 2023 03:40:25 +0200 (CEST) Subject: |WARNING| pw130308 [PATCH v1 2/7] tailq: skip init if already initialized In-Reply-To: <20230815013826.1288972-3-okaya@kernel.org> References: <20230815013826.1288972-3-okaya@kernel.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: okaya@kernel.org Message-Id: <20230815014025.41BEE120D38@dpdk.org> Date: Tue, 15 Aug 2023 03:40:25 +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/130308 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #94: FILE: lib/eal/common/eal_common_tailqs.c:104: + if (t->head == NULL) { + t->head = rte_eal_tailq_create(t->name); + } WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #124: FILE: lib/eal/common/eal_common_tailqs.c:144: + RTE_LOG(INFO, EAL, "tailq already initialized "); total: 0 errors, 2 warnings, 51 lines checked