From 5c7a4f21ddc26519e00ca2d20109492e70195b7c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 15 Jan 2023 08:00:00 +0000 Subject: docs, man: consistently use comma after "For example" --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CODING_STYLE.md') diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 26183ff372..516207071b 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -712,7 +712,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later ## Committing to git - Commit message subject lines should be prefixed with an appropriate component - name of some kind. For example "journal: ", "nspawn: " and so on. + name of some kind. For example, "journal: ", "nspawn: " and so on. - Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we don't do in the systemd project. -- cgit v1.2.3