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 A5198A04FD for ; Mon, 28 Mar 2022 10:03:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EBEFE42883; Mon, 28 Mar 2022 10:03:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1610542863 for ; Mon, 28 Mar 2022 10:03:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1283D121D58; Mon, 28 Mar 2022 10:03:38 +0200 (CEST) Subject: |WARNING| pw108914 [PATCH v5 07/16] example/vdpa:add vdpa blk support in example In-Reply-To: <1648451862-123318-8-git-send-email-andy.pei@intel.com> References: <1648451862-123318-8-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220328080338.1283D121D58@dpdk.org> Date: Mon, 28 Mar 2022 10:03: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/108914 _coding style issues_ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #290: FILE: examples/vdpa/vhost_user.h:26: + (1ULL << VHOST_USER_PROTOCOL_F_SLAVE_REQ) | \ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #292: FILE: examples/vdpa/vhost_user.h:28: + (1ULL << VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD) | \ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #318: FILE: examples/vdpa/vhost_user.h:54: + VHOST_USER_SET_SLAVE_REQ_FD = 21, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #331: FILE: examples/vdpa/vhost_user.h:67: + VHOST_USER_SLAVE_NONE = 0, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #332: FILE: examples/vdpa/vhost_user.h:68: + VHOST_USER_SLAVE_IOTLB_MSG = 1, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #333: FILE: examples/vdpa/vhost_user.h:69: + VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG = 3, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #334: FILE: examples/vdpa/vhost_user.h:70: + VHOST_USER_SLAVE_MAX WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #402: FILE: examples/vdpa/vhost_user.h:138: + uint32_t master; /* a VhostUserRequest value */ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #403: FILE: examples/vdpa/vhost_user.h:139: + uint32_t slave; /* a VhostUserSlaveRequest value*/ total: 0 errors, 9 warnings, 338 lines checked