From a1040f89e43c341362bb504f92493f0b4ac359c6 Mon Sep 17 00:00:00 2001 From: Ruben Jenster Date: Fri, 18 Jun 2021 12:44:05 +0200 Subject: [PATCH] fix typo Signed-off-by: Ruben Jenster --- CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index bf8b304a52..d8c2d49c5a 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -111,7 +111,7 @@ https://www.kernel.org/doc/html/latest/process/coding-style.html punctuation sign. - They should be descriptive, without being needlessly long. It is best to just use already existing error messages as examples. -- The commit message itself is not subject to rule 4), i.e. it should not be +- The error message itself is not subject to rule 4), i.e. it should not be wrapped at 80chars. This is to make it easy to grep for it. - Examples of acceptable error messages are: ```C