From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60519 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7T08-00018T-4V for qemu-devel@nongnu.org; Wed, 06 Apr 2011 09:42:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7T06-0003yJ-BX for qemu-devel@nongnu.org; Wed, 06 Apr 2011 09:42:27 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:57084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7T06-0003y3-9A for qemu-devel@nongnu.org; Wed, 06 Apr 2011 09:42:26 -0400 Received: by yxk8 with SMTP id 8so708727yxk.4 for ; Wed, 06 Apr 2011 06:42:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110406081533.GD2263@playa.tlv.redhat.com> References: <201104050754.04561.bradh@frogmouth.net> <20110406081533.GD2263@playa.tlv.redhat.com> Date: Wed, 6 Apr 2011 14:42:25 +0100 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Minor spelling mistakes in hw/usb-ccid.c From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Hards , qemu-devel@nongnu.org Cc: Alon Levy On Wed, Apr 6, 2011 at 9:15 AM, Alon Levy wrote: > On Tue, Apr 05, 2011 at 07:54:04AM +1000, Brad Hards wrote: >> Hi, >> >> While looking at David Gibson's build-fix for hw/usb-ccid.c, I noticed a spello >> in a comment on the following (unchanged) line. >> >> This patch fixes that, and a couple of other spellos, in that file. > > ACK. Thanks. Merged into my trivial-patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches I will send a pull request so this can be merged into qemu.git. The trivial patches tree is a new thing that was proposed recently so here's the background. The idea is to collect small patches that are easy to review and apply. A single pull request is then sent which a qemu.git maintainer will apply. This should prevent patches slipping through the cracks and lingering on the mailing list. The trivial patches team was announced in yesterdays community call minutes: http://www.mail-archive.com/kvm@vger.kernel.org/msg51601.html If you want to know more: http://wiki.qemu.org/Contribute/TrivialPatches Stefan