Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751442AbcKZJhP convert rfc822-to-8bit (ORCPT ); Sat, 26 Nov 2016 04:37:15 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:60985 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791AbcKZJhI (ORCPT ); Sat, 26 Nov 2016 04:37:08 -0500 From: "Gonglei (Arei)" To: "Gonglei (Arei)" , "virtualization@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" CC: "mst@redhat.com" , "jasowang@redhat.com" Subject: RE: [PATCH 0/2] virtio: fix complaint by sparse Thread-Topic: [PATCH 0/2] virtio: fix complaint by sparse Thread-Index: AQHSRISUPp0DfGjOr0a/qON8LiBPA6DrCArw Date: Sat, 26 Nov 2016 09:36:50 +0000 Message-ID: <33183CC9F5247A488A2544077AF19020D979FA1E@SZXEMA503-MBS.china.huawei.com> References: <1479793910-120188-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1479793910-120188-1-git-send-email-arei.gonglei@huawei.com> Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.177.18.62] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 704 Lines: 23 Ping...? > -----Original Message----- > From: Gonglei (Arei) > Sent: Tuesday, November 22, 2016 1:52 PM > To: virtualization@lists.linux-foundation.org; linux-kernel@vger.kernel.org > Cc: mst@redhat.com; jasowang@redhat.com; Gonglei (Arei) > Subject: [PATCH 0/2] virtio: fix complaint by sparse > > 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 >