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 C3FE045716 for ; Thu, 1 Aug 2024 21:07:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C125240EE5; Thu, 1 Aug 2024 21:07:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 880F54067E for ; Thu, 1 Aug 2024 21:07:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 82996123EF2; Thu, 1 Aug 2024 21:07:17 +0200 (CEST) Subject: |WARNING| pw142855 [PATCH v5 2/4] net: add new packet dissector In-Reply-To: <20240801190617.201574-3-stephen@networkplumber.org> References: <20240801190617.201574-3-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240801190717.82996123EF2@dpdk.org> Date: Thu, 1 Aug 2024 21:07:17 +0200 (CEST) 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/142855 _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'? #232: FILE: lib/net/rte_dissect.c:107: + rte_ether_format_addr(abuf, sizeof(abuf), &arp->arp_data.arp_tha); WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #559: FILE: lib/net/rte_dissect.h:12: +#include total: 0 errors, 3 warnings, 482 lines checked