CODINGSTYLE: Add link to libutil

Format reference to libutil in code style and add link to its subdirectory.

Signed-off-by: Jens Remus <jremus@linux.vnet.ibm.com>
Acked-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Jens Remus
2017-11-21 14:25:44 +01:00
committed by Michael Holzheu
parent 532d87d281
commit d9e9f7185f
+2 -2
View File
@@ -1,8 +1,8 @@
Coding guidelines for s390-tools
================================
For s390-tools the preferred language is C. We provide libraries, e.g. libutil
that should be used by all tools if possible.
For s390-tools the preferred language is C. We provide libraries, e.g.
[`libutil`](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 for verification before you submit a patch: