Commit b65f3a9d authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jonathan Corbet

docs: mtd: spi-nor: Fix formatting of text vs. diagrams

Currently, all diagrams below "Before this framework, the layer is like"
and the text in between are rendered as one monospace text block.
Instead, each individual diagram should be a monospace text block.
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20201107183902.1182809-1-j.neuschaefer@gmx.netSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 35a3c891
...@@ -34,7 +34,8 @@ Before this framework, the layer is like:: ...@@ -34,7 +34,8 @@ Before this framework, the layer is like::
------------------------ ------------------------
SPI NOR chip SPI NOR chip
After this framework, the layer is like: After this framework, the layer is like::
MTD MTD
------------------------ ------------------------
SPI NOR framework SPI NOR framework
...@@ -45,7 +46,8 @@ Before this framework, the layer is like:: ...@@ -45,7 +46,8 @@ Before this framework, the layer is like::
------------------------ ------------------------
SPI NOR chip SPI NOR chip
With the SPI NOR controller driver (Freescale QuadSPI), it looks like: With the SPI NOR controller driver (Freescale QuadSPI), it looks like::
MTD MTD
------------------------ ------------------------
SPI NOR framework SPI NOR framework
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment