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 B715F45FE4 for ; Mon, 6 Jan 2025 17:47:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ACDEE40A6B; Mon, 6 Jan 2025 17:47:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A4F1340687 for ; Mon, 6 Jan 2025 17:47:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id AA182121D87; Mon, 6 Jan 2025 17:46:53 +0100 (CET) Subject: |WARNING| pw149640 [PATCH 1/2] lib/ipsec: compile ipsec on Windows In-Reply-To: <1736181948-8907-2-git-send-email-andremue@linux.microsoft.com> References: <1736181948-8907-2-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250106164653.AA182121D87@dpdk.org> Date: Mon, 6 Jan 2025 17:46:53 +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/149640 _coding style issues_ WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #171: FILE: lib/ipsec/esp_inb.c:780: + uint32_t *clen; WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #179: FILE: lib/ipsec/esp_inb.c:788: + clen = alloca(sizeof(uint32_t) * num); WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #233: FILE: lib/ipsec/esp_outb.c:568: + uint32_t *clen; WARNING:TYPO_SPELLING: 'clen' may be misspelled - perhaps 'clean'? #242: FILE: lib/ipsec/esp_outb.c:577: + clen = alloca(sizeof(uint32_t) * n); total: 0 errors, 4 warnings, 506 lines checked