Re: [PATCH] Fix a bunch of pointer declarations (codestyle)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]