Displaying 1 result from an estimated 1 matches for "kernelstyle".
Did you mean:
kernel_type
2009 May 24
3
Time to set a coding style for Syslinux?
...common coding style,
for C code in particular.
Currently, a lot of the code in Syslinux is written in different styles,
partly because my own style has changed over the years.
There are pretty much two alternatives that I think are realistic:
a) Linux kernel coding style:
http://tinyurl.com/kernelstyle
b) Same as the Linux kernel style, but with 4 spaces instead of 8.
Although I like Linus' style in most parts, I do think 8 spaces is
somewhat excessive.
This is the style we use for the Netwide Assembler, NASM.
I would like to do one "flag day" cutover of all the code, so...