mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Michael Holzheu
parent
532d87d281
commit
d9e9f7185f
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user