Start CODINGSTYLE document and add table with abbreviations

To get consistent and readable code let's try to advertise some common
abbreviations.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2017-11-17 14:37:15 +01:00
parent f595bce3c0
commit c12c4af760
3 changed files with 49 additions and 9 deletions
+2 -9
View File
@@ -54,12 +54,5 @@ Submitting code
---------------
The preferred way is to create a github pull request for your code.
Coding guidelines
-----------------
For s390-tools the preferred language is C. We provide libraries, e.g. libutil
that should be used by all tools if possible.
The coding style is based on the Linux kernel guidelines. Therefore, use
the checkpatch tool [1] for verification before you submit a patch.
[1] https://github.com/torvalds/linux/blob/master/scripts/checkpatch.pl
Before you submit your code please consider our recommendations in the
[CODINGSTYLE](CODINGSTYLE.md) document.