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 1B6DEA00BE for ; Mon, 20 Dec 2021 13:41:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0DB6B40141; Mon, 20 Dec 2021 13:41:46 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C27804003C for ; Mon, 20 Dec 2021 13:41:44 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id A4995120D6E; Mon, 20 Dec 2021 13:41:44 +0100 (CET) Subject: |WARNING| pw105291 [PATCH] net/virtio: unregister virtio user memery event to fix memory leak problem In-Reply-To: <20211220124100.1307675-1-baymaxhuang@gmail.com> References: <20211220124100.1307675-1-baymaxhuang@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Harold Huang Message-Id: <20211220124144.A4995120D6E@dpdk.org> Date: Mon, 20 Dec 2021 13:41:44 +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/105291 _coding style issues_ WARNING:TYPO_SPELLING: 'memery' may be misspelled - perhaps 'memory'? #57: Subject: [PATCH] net/virtio: unregister virtio user memery event to fix memory WARNING:TYPO_SPELLING: 'memery' may be misspelled - perhaps 'memory'? #76: When eth_virtio_dev_init is failed, the registered virtio user memery is WARNING:TYPO_SPELLING: 'becase' may be misspelled - perhaps 'because'? #77: not released and creating a new virtio user dev could be failed becase the total: 0 errors, 3 warnings, 0 checks, 7 lines checked