Factor out coding guidelines to HACKING.

This commit is contained in:
Uwe Hermann 2010-03-05 23:39:06 +01:00
parent bc9a9ebec1
commit b3618ffa3d
2 changed files with 15 additions and 6 deletions

12
HACKING Normal file
View File

@ -0,0 +1,12 @@
------------------------------------------------------------------------------
HACKING
------------------------------------------------------------------------------
Coding style
------------
The whole library is programmed using the Linux kernel coding style, see
http://lxr.linux.no/linux/Documentation/CodingStyle for details.
Please use the same style for any code contributions, thanks!

9
README
View File

@ -64,13 +64,10 @@ elsewhere, use the following syntax:
$ DESTDIR=/opt make install
Coding style
------------
Coding style and development guidelines
---------------------------------------
The whole library is programmed using the Linux kernel coding style, see
http://lxr.linux.no/linux/Documentation/CodingStyle for details.
Please use the same style for any code contributions, thanks!
See HACKING.
License