From 0c12bdc9f886c17a7b9560a9287344a68b1ccb24 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 16 Oct 2021 10:52:05 +0200 Subject: [PATCH] Documentation: Improve preamble of coding style The coding style doc isn't short, so scrap that, and it's specific to the C parts of our tree, so add that. Change-Id: Ib1ef7c1a96ff40f0cfbae7d22a47a95128981eb8 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/58381 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- 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 4980659cc0..e3c92af842 100644 --- a/Documentation/contributing/coding_style.md +++ b/Documentation/contributing/coding_style.md @@ -1,6 +1,6 @@ # Coding Style -This is a short document describing the preferred coding style for the +This document describes the preferred C coding style for the coreboot project. It is in many ways exactly the same as the Linux kernel coding style. In fact, most of this document has been copied from the [Linux kernel coding style](http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/CodingStyle?id=HEAD)