All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] docs: driver-api: edid: Fix list formatting
@ 2020-02-14 17:41 Jonathan Neuschäfer
  2020-02-14 17:41 ` [PATCH 2/4] docs: admin-guide: Move edid.rst from driver-api Jonathan Neuschäfer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jonathan Neuschäfer @ 2020-02-14 17:41 UTC (permalink / raw)
  To: linux-doc
  Cc: Jonathan Corbet, Jonathan Neuschäfer, Mauro Carvalho Chehab,
	Cornelia Huck, Logan Gunthorpe, Andy Shevchenko,
	Matthew Wilcox (Oracle), Shobhit Kukreti, Thomas Gleixner,
	Greg Kroah-Hartman, Jason Gunthorpe, Harald Seiler, linux-kernel

Without the empty lines, Sphinx renders the list as part of the running
text.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/driver-api/edid.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/driver-api/edid.rst b/Documentation/driver-api/edid.rst
index b1b5acd501ed..7dc07942ceb2 100644
--- a/Documentation/driver-api/edid.rst
+++ b/Documentation/driver-api/edid.rst
@@ -11,11 +11,13 @@ Today, with the advent of Kernel Mode Setting, a graphics board is
 either correctly working because all components follow the standards -
 or the computer is unusable, because the screen remains dark after
 booting or it displays the wrong area. Cases when this happens are:
+
 - The graphics board does not recognize the monitor.
 - The graphics board is unable to detect any EDID data.
 - The graphics board incorrectly forwards EDID data to the driver.
 - The monitor sends no or bogus EDID data.
 - A KVM sends its own EDID data instead of querying the connected monitor.
+
 Adding the kernel parameter "nomodeset" helps in most cases, but causes
 restrictions later on.

--
2.20.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-19 11:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14 17:41 [PATCH 1/4] docs: driver-api: edid: Fix list formatting Jonathan Neuschäfer
2020-02-14 17:41 ` [PATCH 2/4] docs: admin-guide: Move edid.rst from driver-api Jonathan Neuschäfer
2020-02-14 17:41 ` [PATCH 3/4] tools/edid: Move EDID data sets from Documentation/ Jonathan Neuschäfer
2020-02-14 17:41 ` [PATCH 4/4] docs: admin-guide: edid: Clarify where to run "make" Jonathan Neuschäfer
2020-02-19 11:11 ` [PATCH 1/4] docs: driver-api: edid: Fix list formatting Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.