All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
To: linux-doc@vger.kernel.org
Cc: "Jonathan Corbet" <corbet@lwn.net>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Mauro Carvalho Chehab" <mchehab+samsung@kernel.org>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Logan Gunthorpe" <logang@deltatee.com>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	"Shobhit Kukreti" <shobhitkukreti@gmail.com>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jason Gunthorpe" <jgg@ziepe.ca>, "Harald Seiler" <hws@denx.de>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/4] docs: driver-api: edid: Fix list formatting
Date: Fri, 14 Feb 2020 18:41:32 +0100	[thread overview]
Message-ID: <20200214174139.16101-1-j.neuschaefer@gmx.net> (raw)

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


             reply	other threads:[~2020-02-14 17:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-14 17:41 Jonathan Neuschäfer [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200214174139.16101-1-j.neuschaefer@gmx.net \
    --to=j.neuschaefer@gmx.net \
    --cc=andy.shevchenko@gmail.com \
    --cc=cohuck@redhat.com \
    --cc=corbet@lwn.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hws@denx.de \
    --cc=jgg@ziepe.ca \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=logang@deltatee.com \
    --cc=mchehab+samsung@kernel.org \
    --cc=shobhitkukreti@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.