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 20477436CB for ; Tue, 12 Dec 2023 05:27:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B73642DCE; Tue, 12 Dec 2023 05:27:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 122B742DC7 for ; Tue, 12 Dec 2023 05:27:52 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 0EEBF123D87; Tue, 12 Dec 2023 05:27:52 +0100 (CET) Subject: |WARNING| pw135052 [PATCH 4/5] eal: fix first time primary autodetect In-Reply-To: <20231212042517.164353-5-artemyko@nvidia.com> References: <20231212042517.164353-5-artemyko@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Artemy Kovalyov Message-Id: <20231212042752.0EEBF123D87@dpdk.org> Date: Tue, 12 Dec 2023 05:27:52 +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/135052 _coding style issues_ WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'? #143: 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 #143: 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