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 2772342672 for ; Fri, 29 Sep 2023 12:01:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 239C140A8A; Fri, 29 Sep 2023 12:01:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3761E40287 for ; Fri, 29 Sep 2023 12:01:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 32F8A120999; Fri, 29 Sep 2023 12:01:09 +0200 (CEST) Subject: |WARNING| pw132197 [PATCH v8 07/12] app/graph: add ipv6_lookup command line interfaces In-Reply-To: <20230929095814.692890-8-skori@marvell.com> References: <20230929095814.692890-8-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230929100109.32F8A120999@dpdk.org> Date: Fri, 29 Sep 2023 12:01:09 +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/132197 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #133: FILE: app/graph/ip6_route.c:5: +#include WARNING:TYPO_SPELLING: 'rewirte' may be misspelled - perhaps 'rewrite'? #193: FILE: app/graph/ip6_route.c:65: +route6_rewirte_table_update(struct route_ipv6_config *ipv6route) WARNING:TYPO_SPELLING: 'rewirte' may be misspelled - perhaps 'rewrite'? #234: FILE: app/graph/ip6_route.c:106: + rc = route6_rewirte_table_update(ipv6route); WARNING:TYPO_SPELLING: 'rewirte' may be misspelled - perhaps 'rewrite'? #252: FILE: app/graph/ip6_route.c:124: + rc = route6_rewirte_table_update(route); total: 0 errors, 4 warnings, 291 lines checked