From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQcGb-00078T-Iq for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:35:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQcGa-0002iu-Em for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:35:41 -0400 Date: Fri, 12 Apr 2013 13:35:34 +0200 From: Stefan Hajnoczi Message-ID: <20130412113534.GD9747@stefanha-thinkpad.redhat.com> References: <1365438972-20259-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: <1365438972-20259-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] 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 Mon, Apr 08, 2013 at 05:36:12PM +0100, Peter Maydell wrote: > Minor fixes to documentation and code comments, including > a set of lets-vs-let's corrections. > > Signed-off-by: Peter Maydell > --- > docs/bootindex.txt | 10 +++++----- > docs/ccid.txt | 2 +- > hw/armv7m_nvic.c | 2 +- > hw/s390x/s390-virtio-ccw.c | 2 +- > hw/s390x/s390-virtio.c | 2 +- > hw/sd.c | 4 ++-- > hw/virtio-blk.c | 4 ++-- > target-microblaze/mmu.c | 2 +- > target-s390x/mem_helper.c | 8 ++++---- > 9 files changed, 18 insertions(+), 18 deletions(-) Looks fine but please resend with hw/ reorganization conflicts resolved. Stefan