diff options
author | Tillmann Severin <tillmann.severin@mailbox.org> | 2024-01-21 11:18:41 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-21 11:32:10 +0000 |
commit | 4d3aa60ac769e38cc24b690dbd371bc1391e4084 (patch) | |
tree | b32aba5e5e7d71f68d25f513093bb083c0d1ff9c /Documentation | |
parent | 4ea72c1fac81d170f0164eee97ca06ed21ed6dc7 (diff) |
Documentation: Fix trivial typo in the "Coding Style" chapter
This should not have any impact on produced binaries.
Due to the simplicity, the patch has not been tested.
Change-Id: Ic52f2be6a91aa3534d222f08733d1ba8bc1265a9
Signed-off-by: Tillmann Severin <tillmann.severin@mailbox.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80140
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/contributing/coding_style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md index bdf6c60219..8828da48fa 100644 --- a/Documentation/contributing/coding_style.md +++ b/Documentation/contributing/coding_style.md @@ -808,7 +808,7 @@ eDP display panel encounters an I2C error, it should print a "cannot read EDID" message and return an error code. The calling display initialization function knows that without the EDID there is no way to initialize the display correctly, so it will also immediately return with an error code without running its -remaining code that would initialize the SoC's display controller. Exeuction +remaining code that would initialize the SoC's display controller. Execution returns further up the function stack to the mainboard initialization code which continues booting despite the failed display initialization, since display functionality is non-essential to the system. (Code is encouraged but |