From d9e9f7185f6722aef7830e3c635afc202b6a5de1 Mon Sep 17 00:00:00 2001 From: Jens Remus Date: Tue, 21 Nov 2017 14:25:44 +0100 Subject: [PATCH] CODINGSTYLE: Add link to libutil Format reference to libutil in code style and add link to its subdirectory. Signed-off-by: Jens Remus Acked-by: Michael Holzheu Signed-off-by: Michael Holzheu --- CODINGSTYLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: