diff options
author | Patrick Georgi <patrick@georgi.software> | 2019-10-05 12:03:04 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-07 01:07:47 +0000 |
commit | 6a303185efa83ae8b7604dc884f0d47afe0bf7e6 (patch) | |
tree | edf3de42a52b78c6c97daf54ea59e22399d7a96a /Documentation/superio | |
parent | f3df6fa9a746a08bb4eda9531c40734f6191a544 (diff) |
Documentation: remove invalid fragment type specifier
Change-Id: I1a07180532c6fa7c7ac487e39632438eef3b34e7
Signed-off-by: Patrick Georgi <patrick@georgi.software>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35815
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'Documentation/superio')
-rw-r--r-- | Documentation/superio/common/ssdt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/superio/common/ssdt.md b/Documentation/superio/common/ssdt.md index 4353cde3aa..f2bb3346a0 100644 --- a/Documentation/superio/common/ssdt.md +++ b/Documentation/superio/common/ssdt.md @@ -19,7 +19,7 @@ I/O range and ISA IRQ number. This example is based on AST2400. -```code +``` # Add a "container" for proper ACPI code generation chip superio/common device pnp 2e.0 on # just for the base device, not for the LDNs |