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 5F9FEA04A2 for ; Tue, 22 Feb 2022 17:09:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5B67541154; Tue, 22 Feb 2022 17:09:38 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9ED8C40DF6 for ; Tue, 22 Feb 2022 17:09:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9AC9412336A; Tue, 22 Feb 2022 17:09:32 +0100 (CET) Subject: |WARNING| pw107988 [PATCH 12/21] net/ena/base: make IO memzone unique per port In-Reply-To: <20220222160634.24489-13-mk@semihalf.com> References: <20220222160634.24489-13-mk@semihalf.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Michal Krawczyk Message-Id: <20220222160932.9AC9412336A@dpdk.org> Date: Tue, 22 Feb 2022 17:09:32 +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/107988 _coding style issues_ WARNING:TYPO_SPELLING: 'indentify' may be misspelled - perhaps 'identify'? #80: caused the memzones to be harder to indentify and could potentially WARNING:TYPO_SPELLING: 'beucase' may be misspelled - perhaps 'because'? #81: lead to race and beucase of that the counter had to be atomic. CHECK:CAMELCASE: Avoid CamelCase: #238: FILE: drivers/net/ena/ena_ethdev.c:3507: + rc = snprintf(z_name, RTE_MEMZONE_NAMESIZE, "ena_p%d_mz%" PRIu64 "", total: 0 errors, 2 warnings, 1 checks, 163 lines checked