From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQcLw-0003fM-Vy for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:41:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQcLv-0005Ik-OY for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:41:12 -0400 Date: Fri, 12 Apr 2013 13:41:08 +0200 From: Stefan Hajnoczi Message-ID: <20130412114108.GH9747@stefanha-thinkpad.redhat.com> References: <1365508099-21453-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365508099-21453-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Typo, spelling and grammatical fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On Tue, Apr 09, 2013 at 12:48:19PM +0100, Peter Maydell wrote: > Minor fixes to documentation and code comments. > > Signed-off-by: Peter Maydell > --- > No actual changes, just rebased and resent following Paolo > moving everything around. > > docs/bootindex.txt | 10 +++++----- > docs/ccid.txt | 2 +- > hw/block/virtio-blk.c | 4 ++-- > hw/intc/armv7m_nvic.c | 2 +- > hw/s390x/s390-virtio-ccw.c | 2 +- > hw/s390x/s390-virtio.c | 2 +- > hw/sd/sd.c | 4 ++-- > target-microblaze/mmu.c | 2 +- > target-s390x/mem_helper.c | 8 ++++---- > 9 files changed, 18 insertions(+), 18 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan