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 C4AE543B6C for ; Thu, 7 Mar 2024 08:03:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C060142DFC; Thu, 7 Mar 2024 08:03:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 01150427D8 for ; Thu, 7 Mar 2024 08:03:02 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id F1C331223A6; Thu, 7 Mar 2024 08:03:01 +0100 (CET) Subject: |WARNING| pw138086 [PATCH v2 4/5] eal: fix first time primary autodetect In-Reply-To: <20240307070113.29580-5-artemyko@nvidia.com> References: <20240307070113.29580-5-artemyko@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Artemy Kovalyov Message-Id: <20240307070301.F1C331223A6@dpdk.org> Date: Thu, 7 Mar 2024 08:03:01 +0100 (CET) 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/138086 _coding style issues_ WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'? #142: FILE: lib/eal/linux/eal.c:363: + if (((mem_cfg_fd = open(pathname, O_RDWR | O_CREAT, 0600)) >= 0) && ERROR:ASSIGN_IN_IF: do not use assignment in if condition #142: FILE: lib/eal/linux/eal.c:363: + if (((mem_cfg_fd = open(pathname, O_RDWR | O_CREAT, 0600)) >= 0) && total: 1 errors, 1 warnings, 8 lines checked