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 73883A04A7 for ; Tue, 25 Jan 2022 10:44:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 68F7D42881; Tue, 25 Jan 2022 10:44:48 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id ADB234287D for ; Tue, 25 Jan 2022 10:44:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id A980E120715; Tue, 25 Jan 2022 10:44:43 +0100 (CET) Subject: |WARNING| pw106484 [PATCH v2 06/15] example/vdpa:add vdpa blk support in example In-Reply-To: <1643103437-118618-7-git-send-email-andy.pei@intel.com> References: <1643103437-118618-7-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220125094443.A980E120715@dpdk.org> Date: Tue, 25 Jan 2022 10:44:43 +0100 (CET) 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/106484 _coding style issues_ WARNING:TYPO_SPELLING: 'suppoort' may be misspelled - perhaps 'support'? #63: Add virtio blk device suppoort to vdpa example. WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #197: FILE: examples/vdpa/vdpa_blk_compact.c:58: + fprintf(stderr, "msg is %d ", msg->request.master); WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #198: FILE: examples/vdpa/vdpa_blk_compact.c:59: + switch (msg->request.master) { WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #464: FILE: examples/vdpa/vhost_user.h:46: + (1ULL << VHOST_USER_PROTOCOL_F_SLAVE_REQ) | \ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #466: FILE: examples/vdpa/vhost_user.h:48: + (1ULL << VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD) | \ WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #492: FILE: examples/vdpa/vhost_user.h:74: + VHOST_USER_SET_SLAVE_REQ_FD = 21, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #505: FILE: examples/vdpa/vhost_user.h:87: + VHOST_USER_SLAVE_NONE = 0, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #506: FILE: examples/vdpa/vhost_user.h:88: + VHOST_USER_SLAVE_IOTLB_MSG = 1, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #507: FILE: examples/vdpa/vhost_user.h:89: + VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG = 3, WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'? #508: FILE: examples/vdpa/vhost_user.h:90: + VHOST_USER_SLAVE_MAX WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #576: FILE: examples/vdpa/vhost_user.h:158: + uint32_t master; /* a VhostUserRequest value */ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #577: FILE: examples/vdpa/vhost_user.h:159: + uint32_t slave; /* a VhostUserSlaveRequest value*/ total: 0 errors, 12 warnings, 495 lines checked