Re: Coding style question

From: Jesper Juhl
Date: Fri Feb 09 2007 - 06:19:19 EST


On 09/02/07, Pavel Pisa <pisa@xxxxxxxxxxxxxxxx> wrote:
Hello All,

I have question if next style of macros definitions
for hardware registers is acceptable (tastefull for
maintainers) for Linux kernel.


It is generally preferred to keep macro names all uppercase.
Also, when possible, static inline functions are preferred over macros.

[...snip...]
found in each source file. If you prefer some already
utilized style, direct me to right examples, please.

Documentation/CodingStyle : Chapter 12: Macros, Enums and RTL

--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/