summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-10-16 10:52:05 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-10-17 11:47:01 +0000
commit0c12bdc9f886c17a7b9560a9287344a68b1ccb24 (patch)
treea6d22711b4c5e0ec212377d3930306472f33b8f0 /Documentation
parent37a977dde945de15464925d4501d4b85e01c3a16 (diff)
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 <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58381 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/contributing/coding_style.md2
1 files changed, 1 insertions, 1 deletions
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)