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 CE6B845BE5 for ; Mon, 28 Oct 2024 03:22:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA9F8409FA; Mon, 28 Oct 2024 03:22:55 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8647D402F2 for ; Mon, 28 Oct 2024 03:22:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7B95A12314E; Mon, 28 Oct 2024 03:22:53 +0100 (CET) Subject: |WARNING| pw147454 [PATCH v10 2/8] net: add new packet dissector In-Reply-To: <20241028022131.142609-3-stephen@networkplumber.org> References: <20241028022131.142609-3-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20241028022253.7B95A12314E@dpdk.org> Date: Mon, 28 Oct 2024 03:22: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/147454 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #133: FILE: lib/net/rte_dissect.c:8: +#include WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #230: FILE: lib/net/rte_dissect.c:105: + rte_ether_format_addr(abuf, sizeof(abuf), &arp->arp_data.arp_tha); WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #572: FILE: lib/net/rte_dissect.h:12: +#include total: 0 errors, 3 warnings, 498 lines checked