From bbb71e5c98e3ac7818ed3aff1d91c8696629d2a6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Sep 2022 16:12:57 +0200 Subject: CODING_STYLE: fix header level --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 62c1851428..eec1240688 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -703,7 +703,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later - Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we don't do in the systemd project. -# Commenting +## Commenting - The best place for code comments and explanations is in the code itself. Only the second best is in git commit messages. The worst place is in the GitHub -- cgit v1.2.3