diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-08 16:12:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-08 16:13:07 +0200 |
commit | bbb71e5c98e3ac7818ed3aff1d91c8696629d2a6 (patch) | |
tree | 92b00f6bf5750c954eeb7281a394089b01b0266b /docs/CODING_STYLE.md | |
parent | Merge pull request #24572 from DaanDeMeyer/repart-verity (diff) | |
download | systemd-bbb71e5c98e3ac7818ed3aff1d91c8696629d2a6.tar.xz systemd-bbb71e5c98e3ac7818ed3aff1d91c8696629d2a6.zip |
CODING_STYLE: fix header level
Diffstat (limited to 'docs/CODING_STYLE.md')
-rw-r--r-- | docs/CODING_STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |