Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/58381 )
Change subject: Documentation: Improve preamble of coding style ......................................................................
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 --- M Documentation/contributing/coding_style.md 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md index 4980659..e3c92af 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/Documen...)