From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSQKX-0001U4-24 for qemu-devel@nongnu.org; Thu, 10 May 2012 06:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSQKN-0008Np-BH for qemu-devel@nongnu.org; Thu, 10 May 2012 06:10:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSQKN-0008MJ-3h for qemu-devel@nongnu.org; Thu, 10 May 2012 06:10:31 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4AAAS09002741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 May 2012 06:10:28 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-63.ams2.redhat.com [10.36.116.63]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q4AAARt1021980 for ; Thu, 10 May 2012 06:10:28 -0400 Message-ID: <4FAB9412.4020306@redhat.com> Date: Thu, 10 May 2012 12:10:26 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] checkpatch issue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, anyone can explain what checkpatch tries to tell me here? ERROR: need consistent spacing around '*' (ctx:WxV) #11: FILE: hw/usb/hcd-ehci.c:1398: +static int ehci_execute(EHCIPacket *p) thanks, Gerd