From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751362AbbCAHjQ (ORCPT ); Sun, 1 Mar 2015 02:39:16 -0500 Received: from mail.kernel.org ([198.145.29.136]:52426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750994AbbCAHjP (ORCPT ); Sun, 1 Mar 2015 02:39:15 -0500 Date: Sun, 1 Mar 2015 08:39:09 +0100 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org, Rusty Russell , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org Subject: [PATCH 0/2] virtio_blk header fixes Message-ID: <1425192883-5930-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: git-send-email 2.0.0.545.gd9cabeb X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that QEmu reuses linux virtio headers, we noticed a typo in the exported virtio block header. Fix it up. I'd like these merged for 4.0 so that Qemu 2.3 can alredy get it right. Michael S. Tsirkin (2): virtio_blk: typo fix virtio_blk: fix comment for virtio 1.0 include/uapi/linux/virtio_blk.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -- MST