[coreboot-gerrit] Change in coreboot[master]: Documentation/acpi/gpio.md: Fix formatting of table

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Sat Apr 14 23:55:27 CEST 2018


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/25679


Change subject: Documentation/acpi/gpio.md: Fix formatting of table
......................................................................

Documentation/acpi/gpio.md: Fix formatting of table

The table in Documentation/acpi/gpio.md is currently detected as
free-form text (at least by GitHub and recommonmark), instead of a
table. Wrap it in a code formatting block to preserve the manual
formatting.

Change-Id: If460d7f1ba1a6198d949886f0f55fd6254bc2f7a
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M Documentation/acpi/gpio.md
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/25679/1

diff --git a/Documentation/acpi/gpio.md b/Documentation/acpi/gpio.md
index a3685b8..d42042f 100644
--- a/Documentation/acpi/gpio.md
+++ b/Documentation/acpi/gpio.md
@@ -92,6 +92,7 @@
 make any assumptions about the values in Local5, Local6 and Local7
 variables.
 
+```
  **Function**                   **Operation**                **Return**
  acpigen_soc_read_rx_gpio     Generate ACPI AML code to      Error = -1
                               read value of Rx in Local0.    Success = 0
@@ -101,6 +102,7 @@
                               set Tx to 1.                   Success = 0
  acpigen_soc_clear_tx_gpio    Generate ACPI AML code to      Error = -1
                               set Tx to 0.                   Success = 0
+```
 
 Ideally, the operation column in the above table should use one or
 more functions implemented by the platform in AML code library (like

-- 
To view, visit https://review.coreboot.org/25679
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If460d7f1ba1a6198d949886f0f55fd6254bc2f7a
Gerrit-Change-Number: 25679
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180414/cbc6b9c4/attachment.html>


More information about the coreboot-gerrit mailing list