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 C05FB42651 for ; Wed, 27 Sep 2023 13:55:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B297A402D0; Wed, 27 Sep 2023 13:55:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 68B7940A89 for ; Wed, 27 Sep 2023 13:55:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 63F72120999; Wed, 27 Sep 2023 13:55:38 +0200 (CEST) Subject: |WARNING| pw132009 [PATCH v7 07/12] app/graph: add ipv6_lookup command line interfaces In-Reply-To: <20230927115412.55018-8-skori@marvell.com> References: <20230927115412.55018-8-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230927115538.63F72120999@dpdk.org> Date: Wed, 27 Sep 2023 13:55:38 +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/132009 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #132: FILE: app/graph/ip6_route.c:5: +#include WARNING:TYPO_SPELLING: 'rewirte' may be misspelled - perhaps 'rewrite'? #192: 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'? #233: FILE: app/graph/ip6_route.c:106: + rc = route6_rewirte_table_update(ipv6route); WARNING:TYPO_SPELLING: 'rewirte' may be misspelled - perhaps 'rewrite'? #251: FILE: app/graph/ip6_route.c:124: + rc = route6_rewirte_table_update(route); total: 0 errors, 4 warnings, 291 lines checked