From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJPv9-0001s4-KB for qemu-devel@nongnu.org; Mon, 09 May 2011 08:50:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJPv8-0005nD-Pl for qemu-devel@nongnu.org; Mon, 09 May 2011 08:50:43 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:59375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJPv8-0005n8-LU for qemu-devel@nongnu.org; Mon, 09 May 2011 08:50:42 -0400 Received: by iwl42 with SMTP id 42so5084929iwl.4 for ; Mon, 09 May 2011 05:50:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1304943065-12023-1-git-send-email-kraxel@redhat.com> References: <1304943065-12023-1-git-send-email-kraxel@redhat.com> Date: Mon, 9 May 2011 14:50:41 +0200 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] usb: build fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 9 May 2011 14:11, Gerd Hoffmann wrote: > Here are the fixes. > > pleae pull, > Stefan Weil (1): > =C2=A0 =C2=A0 =C2=A0usb-linux: Add missing break statement The commit comment for this change looks like it still includes the remark: # Please check whether adding a break statement is the correct # solution for this warning. ...I think that should be removed since we have actually done the check during review, right? thanks -- PMM