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 BB42742D82 for ; Wed, 28 Jun 2023 19:59:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7BA241144; Wed, 28 Jun 2023 19:59:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6895440151 for ; Wed, 28 Jun 2023 19:59:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 64812120922; Wed, 28 Jun 2023 19:59:24 +0200 (CEST) Subject: |WARNING| pw129081 [PATCH v5 4/6] eal: skip stdio on console logging In-Reply-To: <20230628175827.471909-5-stephen@networkplumber.org> References: <20230628175827.471909-5-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230628175924.64812120922@dpdk.org> Date: Wed, 28 Jun 2023 19:59:24 +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/129081 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #63: Subject: [PATCH v5 4/6] eal: skip stdio on console logging WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #84: There is no need to use stdio when logging to console. WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #86: to stdio output buffer. total: 0 errors, 3 warnings, 16 lines checked