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 4723E425CD for ; Thu, 21 Sep 2023 12:09:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CBC1940EE4; Thu, 21 Sep 2023 12:09:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6D00340E96 for ; Thu, 21 Sep 2023 12:09:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5E1B8120802; Thu, 21 Sep 2023 12:09:05 +0200 (CEST) Subject: |WARNING| pw131765 [PATCH v5 02/12] app/graph: add telnet connectivity framework In-Reply-To: <20230921100832.2036256-3-skori@marvell.com> References: <20230921100832.2036256-3-skori@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20230921100905.5E1B8120802@dpdk.org> Date: Thu, 21 Sep 2023 12:09:05 +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/131765 _coding style issues_ WARNING:TYPO_SPELLING: 'initate' may be misspelled - perhaps 'initiate'? #78: It adds framework to initate a telnet session with application. WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #133: FILE: app/graph/conn.c:8: +#include ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #269: FILE: app/graph/conn.c:144: + if (setsockopt(fd_server, SOL_SOCKET, SO_REUSEADDR, (const char*)&reuse, total: 1 errors, 2 warnings, 510 lines checked