Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753372AbcK0CxS (ORCPT ); Sat, 26 Nov 2016 21:53:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35762 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753284AbcK0CxK (ORCPT ); Sat, 26 Nov 2016 21:53:10 -0500 Date: Sun, 27 Nov 2016 04:53:07 +0200 From: "Michael S. Tsirkin" To: "Gonglei (Arei)" Cc: "virtualization@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" , "jasowang@redhat.com" Subject: Re: [PATCH 0/2] virtio: fix complaint by sparse Message-ID: <20161127045247-mutt-send-email-mst@kernel.org> References: <1479793910-120188-1-git-send-email-arei.gonglei@huawei.com> <33183CC9F5247A488A2544077AF19020D979FA1E@SZXEMA503-MBS.china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33183CC9F5247A488A2544077AF19020D979FA1E@SZXEMA503-MBS.china.huawei.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Sun, 27 Nov 2016 02:53:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 869 Lines: 26 this is in my tree, will be in the next pull request. On Sat, Nov 26, 2016 at 09:36:50AM +0000, Gonglei (Arei) wrote: > 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 > >