diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index 4cc27551..e082cacf 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -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: