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 B479445AE1 for ; Tue, 8 Oct 2024 15:32:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B05EF402D8; Tue, 8 Oct 2024 15:32:26 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DE8424025C for ; Tue, 8 Oct 2024 15:32:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D9453120757; Tue, 8 Oct 2024 15:32:25 +0200 (CEST) Subject: |WARNING| pw145418 [RFC PATCH v2 4/5] test/graph_feature_arc: add functional tests In-Reply-To: <20241008133020.814101-5-nsaxena@marvell.com> References: <20241008133020.814101-5-nsaxena@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nitin Saxena Message-Id: <20241008133225.D9453120757@dpdk.org> Date: Tue, 8 Oct 2024 15:32:25 +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/145418 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #120: FILE: app/test/test_graph_feature_arc.c:11: +#include WARNING:TYPO_SPELLING: 'declaraions' may be misspelled - perhaps 'declarations'? #199: FILE: app/test/test_graph_feature_arc.c:90: +/* Function declaraions */ WARNING:TYPO_SPELLING: 'fom' may be misspelled - perhaps 'from'? #261: FILE: app/test/test_graph_feature_arc.c:152: + /* index fom 0 - MAX_NODES -1 */ WARNING:TYPO_SPELLING: 'featur' may be misspelled - perhaps 'feature'? #861: FILE: app/test/test_graph_feature_arc.c:752: + /* arc1_featur1 must be first feature to arcs[0] */ WARNING:TYPO_SPELLING: 'featur' may be misspelled - perhaps 'feature'? #893: FILE: app/test/test_graph_feature_arc.c:784: + /* arc2_featur1 must be first feature to arcs[1] */ total: 0 errors, 5 warnings, 1422 lines checked