Docs: fix table problems in ras.rst

Two table problems caused the PDF build to fail:

 - Evidently multirow cells are not appreciated in table headers,
   so remove such from the "CS Rows" table.

 - The logging message structure table was incorrectly formatted,
   with two "+" instead of "|".  The HTML build is forgiving of such
   things, but PDF is not.

Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jonathan Corbet 2017-06-18 17:30:18 -06:00
parent 633d612bda
commit 82a1955162
1 changed files with 5 additions and 5 deletions

View File

@ -344,9 +344,9 @@ for more than 2 channels, like Fully Buffered DIMMs (FB-DIMMs) memory
controllers. The following example will assume 2 channels: controllers. The following example will assume 2 channels:
+------------+-----------------------+ +------------+-----------------------+
| Chip | Channels | | CS Rows | Channels |
| Select +-----------+-----------+ +------------+-----------+-----------+
| rows | ``ch0`` | ``ch1`` | | | ``ch0`` | ``ch1`` |
+============+===========+===========+ +============+===========+===========+
| ``csrow0`` | DIMM_A0 | DIMM_B0 | | ``csrow0`` | DIMM_A0 | DIMM_B0 |
+------------+ | | +------------+ | |
@ -698,7 +698,7 @@ information indicating that errors have been detected::
The structure of the message is: The structure of the message is:
+---------------------------------------+-------------+ +---------------------------------------+-------------+
| Content + Example | | Content | Example |
+=======================================+=============+ +=======================================+=============+
| The memory controller | MC0 | | The memory controller | MC0 |
+---------------------------------------+-------------+ +---------------------------------------+-------------+
@ -713,7 +713,7 @@ The structure of the message is:
+---------------------------------------+-------------+ +---------------------------------------+-------------+
| The error syndrome | 0xb741 | | The error syndrome | 0xb741 |
+---------------------------------------+-------------+ +---------------------------------------+-------------+
| Memory row | row 0 + | Memory row | row 0 |
+---------------------------------------+-------------+ +---------------------------------------+-------------+
| Memory channel | channel 1 | | Memory channel | channel 1 |
+---------------------------------------+-------------+ +---------------------------------------+-------------+