Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677AbcKVFwh (ORCPT ); Tue, 22 Nov 2016 00:52:37 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:55590 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751914AbcKVFwf (ORCPT ); Tue, 22 Nov 2016 00:52:35 -0500 From: Gonglei To: , CC: , , Gonglei Subject: [PATCH 0/2] virtio: fix complaint by sparse Date: Tue, 22 Nov 2016 13:51:48 +0800 Message-ID: <1479793910-120188-1-git-send-email-arei.gonglei@huawei.com> X-Mailer: git-send-email 2.8.2.windows.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.18.62] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 378 Lines: 14 I found some warnings reported by sparse in the virtio code when I checked virtio-crypto's driver stuff. Let's fix them. Gonglei (2): virtio_pci_modern: fix complaint by sparse virtio_ring: fix complaint by sparse drivers/virtio/virtio_pci_modern.c | 8 ++++---- drivers/virtio/virtio_ring.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) -- 1.8.3.1