summaryrefslogtreecommitdiffstats
path: root/Documentation/gfx
diff options
context:
space:
mode:
authorPhilipp Bartsch <phil@grmr.de>2019-04-02 21:52:22 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-04-04 10:36:20 +0000
commite8fb3dfa6ca84976ad43563caa01a88eba9ba495 (patch)
tree5c219b4a8cf74a98390866dd44147515c8f50b7f /Documentation/gfx
parent81cd0b0aab95e4fb584073abde82d15ade7ce2a5 (diff)
downloadcoreboot-e8fb3dfa6ca84976ad43563caa01a88eba9ba495.tar.gz
coreboot-e8fb3dfa6ca84976ad43563caa01a88eba9ba495.tar.bz2
coreboot-e8fb3dfa6ca84976ad43563caa01a88eba9ba495.zip
Documentation/gfx/libgfxinit.md: Align line breaks
Remove word splitting '-' at line breaks, since they show up within the lines of the rendered html. Change-Id: Ifbd43628f60057a0666fe221de1fe85f0a29cd2d Signed-off-by: Philipp Bartsch <phil@grmr.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32147 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/gfx')
-rw-r--r--Documentation/gfx/libgfxinit.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gfx/libgfxinit.md b/Documentation/gfx/libgfxinit.md
index 2086a90529da..c50761a14e96 100644
--- a/Documentation/gfx/libgfxinit.md
+++ b/Documentation/gfx/libgfxinit.md
@@ -48,9 +48,9 @@ follows:
* `lightup_ok`: returns whether the initialization succeeded `1` or
failed `0`. Currently, only the case that no display
- could be found counts as failure. A failure at a la-
- ter stage (e.g. failure to train a DP) is not propa-
- gated.
+ could be found counts as failure. A failure at a
+ later stage (e.g. failure to train a DP) is not
+ propagated.
GMA: Per Board Configuration
----------------------------