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 11C81425CD for ; Thu, 21 Sep 2023 12:09:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB1BF410D3; Thu, 21 Sep 2023 12:09:11 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 88761410F6 for ; Thu, 21 Sep 2023 12:09:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7971B120802; Thu, 21 Sep 2023 12:09:10 +0200 (CEST) Subject: |WARNING| pw131764 [PATCH v5 01/12] app/graph: add application framework to read CLI In-Reply-To: <20230921100832.2036256-2-skori@marvell.com> References: <20230921100832.2036256-2-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230921100910.7971B120802@dpdk.org> Date: Thu, 21 Sep 2023 12:09:10 +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/131764 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #157: FILE: app/graph/cli.c:6: +#include WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #316: FILE: app/graph/main.c:8: +#include WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #435: FILE: app/graph/main.c:127: +} total: 0 errors, 3 warnings, 409 lines checked