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 110294718C for ; Mon, 5 Jan 2026 22:34:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A9984026F; Mon, 5 Jan 2026 22:34:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 045334026F for ; Mon, 5 Jan 2026 22:34:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D6169124270; Mon, 5 Jan 2026 22:34:00 +0100 (CET) Subject: |WARNING| pw159598 [PATCH v1 3/5] examples/flow_parsing: add flow parser demo In-Reply-To: <20260105213025.749383-4-sismis@dyna-nic.com> References: <20260105213025.749383-4-sismis@dyna-nic.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Lukas Sismis Message-Id: <20260105213400.D6169124270@dpdk.org> Date: Mon, 5 Jan 2026 22:34:00 +0100 (CET) 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/159598 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #141: FILE: examples/flow_parsing/main.c:27: +#include ^^^^^ WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const #285: FILE: examples/flow_parsing/main.c:171: + static const char *attr_strings[] = { WARNING:BRACES: braces {} are not necessary for any arm of this statement #303: FILE: examples/flow_parsing/main.c:189: + if (ret == 0) { [...] + } else { [...] WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const #318: FILE: examples/flow_parsing/main.c:204: + static const char *pattern_strings[] = { WARNING:BRACES: braces {} are not necessary for any arm of this statement #337: FILE: examples/flow_parsing/main.c:223: + if (ret == 0) { [...] + } else { [...] WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const #352: FILE: examples/flow_parsing/main.c:238: + static const char *action_strings[] = { WARNING:BRACES: braces {} are not necessary for any arm of this statement #371: FILE: examples/flow_parsing/main.c:257: + if (ret == 0) { [...] + } else { [...] WARNING:TYPO_SPELLING: 'nIn' may be misspelled - perhaps 'inn'? #433: FILE: examples/flow_parsing/main.c:319: + printf(" In a real application, copy pattern/actions to your own storage, "); ^^^ total: 0 errors, 8 warnings, 366 lines checked