From: Lennart Poettering Date: Thu, 8 Sep 2022 14:12:57 +0000 (+0200) Subject: CODING_STYLE: fix header level X-Git-Tag: v252-rc1~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbb71e5c98e3ac7818ed3aff1d91c8696629d2a6;p=thirdparty%2Fsystemd.git CODING_STYLE: fix header level --- diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 62c18514288..eec12406882 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