From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CD1861B70F; Thu, 26 Oct 2017 16:07:18 +0200 (CEST) In-Reply-To: <1509028941-7364-1-git-send-email-liupengzhen3@huawei.com> References: <1509028941-7364-1-git-send-email-liupengzhen3@huawei.com> To: test-report@dpdk.org Cc: Pengzhen Liu Message-Id: <20171026140718.CD1861B70F@dpdk.org> Date: Thu, 26 Oct 2017 16:07:18 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30980 [PATCH] net/virtio: fix memory leak X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 14:07:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30980 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #52: FILE: drivers/net/virtio/virtio_ethdev.c:1606: + rte_free(eth_dev->data->mac_addrs);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #53: FILE: drivers/net/virtio/virtio_ethdev.c:1607: + return ret;$ total: 0 errors, 2 warnings, 0 checks, 25 lines checked