From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG1s2-0006qy-25 for qemu-devel@nongnu.org; Mon, 24 Sep 2012 02:10:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG1s1-0007N5-1c for qemu-devel@nongnu.org; Mon, 24 Sep 2012 02:10:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG1s0-0007LM-Po for qemu-devel@nongnu.org; Mon, 24 Sep 2012 02:10:16 -0400 Message-ID: <505FF944.7040706@redhat.com> Date: Mon, 24 Sep 2012 08:10:12 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1348155487-9119-1-git-send-email-hdegoede@redhat.com> <505EDF0C.1050500@redhat.com> In-Reply-To: <505EDF0C.1050500@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ehci: Fix interrupt packet MULT handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: Blue Swirl , shawn.starr@rogers.com, qemu-devel@nongnu.org Hi, >> >> Missing braces, please use checkpatch.pl. >> > > Oops, Gerd since this is already in your tree, can you fix this, or do you > want a new fixed version ? I've already fixed it. You can wire checkpatch.pl into the git commit hook to avoid those slip through unnoticed. cheers, Gerd