[syslinux] [GIT PULL] elflink fixes

H. Peter Anvin hpa at zytor.com
Fri May 4 09:40:18 PDT 2012


On 05/04/2012 08:28 AM, Shao Miller wrote:
>>
>> E.g.: change "static const char * cmd_reserve..." to "static const
>> char *cmd_reverse..."
> 
> Heheh.  I prefer:
> 
>   type * ptr
> 
> over:
> 
>   type *ptr
> 
> for readable code. :)
> 
> However, I think the majority of Syslinux code uses the latter.
> 

Yes, and it Linux kernel, and Syslinux, style.

The "space after *" notion doesn't work when you're dealing with more
complex types anyway.

	-hpa



-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.




More information about the Syslinux mailing list