Today I had a read of the Linux kernel coding style. Eight character indents and brace on new-line for functions and no braces for single line conditionals… yuck. :P
Linux kernel coding style
Reply
Today I had a read of the Linux kernel coding style. Eight character indents and brace on new-line for functions and no braces for single line conditionals… yuck. :P
Found an old LWN article: Moving interrupts to threads.