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 F35DE45A50 for ; Sat, 28 Sep 2024 18:22:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EEAE24027A; Sat, 28 Sep 2024 18:22:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0073940273 for ; Sat, 28 Sep 2024 18:22:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E1E1B121D9E; Sat, 28 Sep 2024 18:22:47 +0200 (CEST) Subject: |WARNING| pw144585 [PATCH v9 2/8] net: add new packet dissector In-Reply-To: <20240928162035.849326-3-stephen@networkplumber.org> References: <20240928162035.849326-3-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240928162247.E1E1B121D9E@dpdk.org> Date: Sat, 28 Sep 2024 18:22:47 +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/144585 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #134: FILE: lib/net/rte_dissect.c:8: +#include WARNING:TYPO_SPELLING: 'tha' may be misspelled - perhaps 'than'? #231: 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, 497 lines checked