From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqyUv-0001T5-Qh for qemu-devel@nongnu.org; Mon, 03 Oct 2016 04:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqyUp-00041b-QW for qemu-devel@nongnu.org; Mon, 03 Oct 2016 04:21:16 -0400 Received: from 3.mo68.mail-out.ovh.net ([46.105.58.60]:43212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqyUp-00041D-K7 for qemu-devel@nongnu.org; Mon, 03 Oct 2016 04:21:11 -0400 Received: from player711.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo68.mail-out.ovh.net (Postfix) with ESMTP id 58CC5FFCC14 for ; Mon, 3 Oct 2016 10:21:09 +0200 (CEST) References: <20161003075931.498195.30919@ex-std-node742.prod.rhcloud.com> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Message-ID: <24e1e29d-fb81-f49d-6ae1-1c9a2f642448@kaod.org> Date: Mon, 3 Oct 2016 10:21:00 +0200 MIME-Version: 1.0 In-Reply-To: <20161003075931.498195.30919@ex-std-node742.prod.rhcloud.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 00/20] ppc/pnv: booting the kernel and reaching user space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: famz@redhat.com, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au > Checking PATCH 14/20: ppc/xics: introduce a helper to insert a new ics... > Checking PATCH 15/20: ppc/xics: Add "native" XICS subclass... > ERROR: spaces required around that '&' (ctx:WxV) > #308: FILE: hw/intc/xics_native.c:246: > + (gpointer) &xics->ss[cs->cpu_index]); > ^ So we can either remove the cast or extend the 'typeList' array in checkpatch. C.