From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1zUj-000093-99 for qemu-devel@nongnu.org; Mon, 27 Feb 2012 07:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1zUd-0000EL-I3 for qemu-devel@nongnu.org; Mon, 27 Feb 2012 07:15:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1zUd-0000EE-9y for qemu-devel@nongnu.org; Mon, 27 Feb 2012 07:15:51 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1RCFoaj005738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Feb 2012 07:15:50 -0500 Message-ID: <4F4B73F4.8050309@redhat.com> Date: Mon, 27 Feb 2012 13:15:48 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1330269288-5578-1-git-send-email-hdegoede@redhat.com> <1330269288-5578-5-git-send-email-hdegoede@redhat.com> <4F4B6CBC.4050306@redhat.com> In-Reply-To: <4F4B6CBC.4050306@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/6] usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpoint List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 02/27/12 12:45, Gerd Hoffmann wrote: > On 02/26/12 16:14, Hans de Goede wrote: >> + if (status) >> + return usbredir_handle_status(dev, status, 0); > > Fails checkpatch.pl, braces needed here. Fixed & applied (all patches). cheers, Gerd