From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <test-report-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6F51F45CFC for <public@inbox.dpdk.org>; Thu, 14 Nov 2024 02:13:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F97C40A79; Thu, 14 Nov 2024 02:13:00 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id ACFD0402A1 for <test-report@dpdk.org>; Thu, 14 Nov 2024 02:12:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9C678121E2B; Thu, 14 Nov 2024 02:12:59 +0100 (CET) Subject: |WARNING| pw148444 [PATCH 3/3] eal: add rte_free_sensative In-Reply-To: <20241114011129.451243-4-stephen@networkplumber.org> References: <20241114011129.451243-4-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger <stephen@networkplumber.org> Message-Id: <20241114011259.9C678121E2B@dpdk.org> Date: Thu, 14 Nov 2024 02:12:59 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports <test-report.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/test-report>, <mailto:test-report-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/test-report/> List-Post: <mailto:test-report@dpdk.org> List-Help: <mailto:test-report-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>, <mailto:test-report-request@dpdk.org?subject=subscribe> Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/148444 _coding style issues_ WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #67: Subject: [PATCH 3/3] eal: add rte_free_sensative WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #133: FILE: lib/eal/common/rte_malloc.c:46: + rte_memset_sensative(addr, 0, data_len); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #148: FILE: lib/eal/common/rte_malloc.c:60: +rte_free_sensative(void *addr) WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #185: FILE: lib/eal/include/rte_malloc.h:70: +rte_free_sensative(void *ptr); WARNING:TYPO_SPELLING: 'sensative' may be misspelled - perhaps 'sensitive'? #200: FILE: lib/eal/version.map:403: + rte_free_sensative; total: 0 errors, 5 warnings, 90 lines checked