On Fri, May 1, 2009 at 2:06 AM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > > - *argv = xmalloc(sizeof(char*) * size); > + *argv = xmalloc(sizeof(char *) * size); > I don't think this is what the coding guidelines is talking about. A pointer isn't being declared here plus there isn't any variable the star should be sticking to. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html