From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934105AbdC3PBC (ORCPT ); Thu, 30 Mar 2017 11:01:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45682 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933477AbdC3PBA (ORCPT ); Thu, 30 Mar 2017 11:01:00 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9DC3132B58E Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mst@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9DC3132B58E Date: Thu, 30 Mar 2017 18:00:58 +0300 From: "Michael S. Tsirkin" To: Cornelia Huck Cc: virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] virtio: two small improvements Message-ID: <20170330180052-mutt-send-email-mst@kernel.org> References: <20170330111333.47725-1-cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170330111333.47725-1-cornelia.huck@de.ibm.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 30 Mar 2017 15:00:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 30, 2017 at 01:13:31PM +0200, Cornelia Huck wrote: > Just some stuff I noticed while looking at virtio patches. Applied, thanks! > Cornelia Huck (2): > MAINTAINERS: fix virtio file pattern > virtio: virtio_driver doc > > MAINTAINERS | 2 +- > include/linux/virtio.h | 4 ++++ > 2 files changed, 5 insertions(+), 1 deletion(-) > > -- > 2.8.4