From 9f79d6091044dc1bf93cf1759b0a44fda1e99965 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 9 Apr 2018 13:04:25 +0200 Subject: Documentation/acpi/gpio.md: Fix formatting of table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/25679 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- Documentation/acpi/gpio.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation') diff --git a/Documentation/acpi/gpio.md b/Documentation/acpi/gpio.md index a3685b8cbb..d42042f36f 100644 --- a/Documentation/acpi/gpio.md +++ b/Documentation/acpi/gpio.md @@ -92,6 +92,7 @@ functions to return values. This means that the driver code should not 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 @@ variables. 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 -- cgit v1.2.3