From a7710ed8fddca66baf697f74e3ac33a69199b19f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 18 Jul 2025 18:36:20 +0200 Subject: [PATCH] Documentation: coding_style: Add *long* to long multi-line comment example Update the example, after the short multi-line comment alternative was added several years ago, when the Wiki was still used. Change-Id: I401180a9ac7c7cdc45fb8e9ba364823092cea6da Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/88492 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- Documentation/contributing/coding_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md index 8828da48fa..50761ae65c 100644 --- a/Documentation/contributing/coding_style.md +++ b/Documentation/contributing/coding_style.md @@ -522,7 +522,7 @@ The preferred style for *long* (multi-line) comments is: ```c /* - * This is the preferred style for multi-line + * This is the preferred style for long multi-line  * comments in the coreboot source code.  * Please use it consistently.  *