> > {
> > int ret;
> > + struct spu_gang *gang = NULL;
> > + struct spu_context *neighbor = NULL;
> >
> > ret = -EPERM;
> > if ((flags & SPU_CREATE_NOSCHED) &&
>
> style: don't initialize local variables in their definition.
Why ? I do that all the time :-)
Ben.