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 3E979A034C for ; Sun, 27 Mar 2022 17:37:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A23442872; Sun, 27 Mar 2022 17:37:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0507B4285A for ; Sun, 27 Mar 2022 17:37:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 00522121D58; Sun, 27 Mar 2022 17:37:38 +0200 (CEST) Subject: |WARNING| pw108883 [PATCH v4 03/16] vhost: add support for VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG In-Reply-To: <1648392699-60113-4-git-send-email-andy.pei@intel.com> References: <1648392699-60113-4-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220327153739.00522121D58@dpdk.org> Date: Sun, 27 Mar 2022 17:37:38 +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/108883 _coding style issues_ WARNING:TYPO_SPELLING: 'supportted' may be misspelled - perhaps 'supported'? #108: FILE: lib/vhost/vhost_user.c:2564: + VHOST_LOG_CONFIG(ERR, "get_config() not supportted! "); WARNING:TYPO_SPELLING: 'supportted' may be misspelled - perhaps 'supported'? #130: FILE: lib/vhost/vhost_user.c:2586: + VHOST_LOG_CONFIG(ERR, "set_config() not supportted! "); total: 0 errors, 2 warnings, 101 lines checked