From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WskyG-0005uU-Le for qemu-devel@nongnu.org; Thu, 05 Jun 2014 23:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wsky9-00044F-Vu for qemu-devel@nongnu.org; Thu, 05 Jun 2014 23:37:36 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:48643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsky9-000441-RB for qemu-devel@nongnu.org; Thu, 05 Jun 2014 23:37:29 -0400 Received: by mail-pb0-f42.google.com with SMTP id md12so2050709pbc.15 for ; Thu, 05 Jun 2014 20:37:29 -0700 (PDT) Received: from aik.ozlabs.ibm.com (ibmaus65.lnk.telstra.net. [165.228.126.9]) by mx.google.com with ESMTPSA id av2sm29743236pbc.16.2014.06.05.20.37.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Jun 2014 20:37:27 -0700 (PDT) Message-ID: <53913773.5040702@ozlabs.ru> Date: Fri, 06 Jun 2014 13:37:23 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] checkpatch.pl question List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi! checkpatch.pl often complains on things like this: === ERROR: need consistent spacing around '*' (ctx:WxV) #57: FILE: hw/misc/vfio.c:4323: +int vfio_container_ioctl(AddressSpace *as, int32_t groupid, ^ total: 1 errors, 0 warnings, 46 lines checked === Since perl is a write-only language, I cannot understand why :) Any clue? -- Alexey