> 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.