Hi all,I've a question about the linux kernel coding style. I haven't found the answer in Documentation/CodingStyle
Do we write : if (!test) { ... } or if (! test) { ... } -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/