Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Documentation/lint: Use Super I/O instead of SuperIO
Change-Id: Idb16092b687ebffb319bc1908f08f350d612d36a Signed-off-by: Patrick Georgi pgeorgi@google.com --- M Documentation/superio/nuvoton/nct5539d.md M util/lint/spelling.txt 2 files changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/39451/1
diff --git a/Documentation/superio/nuvoton/nct5539d.md b/Documentation/superio/nuvoton/nct5539d.md index e91ebc3..009d329 100644 --- a/Documentation/superio/nuvoton/nct5539d.md +++ b/Documentation/superio/nuvoton/nct5539d.md @@ -1,9 +1,9 @@ -# NCT5539D SuperIO +# NCT5539D Super I/O
-The SuperIO has the ID `0xd121` and the source can be found in +The Super I/O has the ID `0xd121` and the source can be found in `src/superio/nuvoton/nct5539d/`.
## For developers
-The SuperIO generates ACPI using the +The Super I/O generates ACPI using the [SSDT generator for generic SuperIOs](../common/ssdt.md). diff --git a/util/lint/spelling.txt b/util/lint/spelling.txt index 1263144..f74abf1 100644 --- a/util/lint/spelling.txt +++ b/util/lint/spelling.txt @@ -16,6 +16,7 @@ FTBS||FTBFS POSIX-complient||POSIX-compliant READEME||README +SuperIO||Super I/O aaccessibility||accessibility aaccession||accession abailable||available
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39451/1/util/lint/spelling.txt File util/lint/spelling.txt:
https://review.coreboot.org/c/coreboot/+/39451/1/util/lint/spelling.txt@19 PS1, Line 19: SuperIO||Super I/O 'SuperIO' may be misspelled - perhaps ''?
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Patch Set 1: Code-Review+1
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Patch Set 1: Code-Review-2
This needs more work to clean up the instances elsewhere in the tree that checkpatch will complain about.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Patch Set 2:
(1 comment)
File util/lint/spelling.txt:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-133818): https://review.coreboot.org/c/coreboot/+/39451/comment/e668721c_2c6bceaf PS2, Line 30: SuperIO||Super I/O 'SuperIO' may be misspelled - perhaps ''?
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Documentation/lint: Use Super I/O instead of SuperIO
Change-Id: Idb16092b687ebffb319bc1908f08f350d612d36a Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39451 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org Reviewed-by: Martin Roth martinroth@google.com --- M Documentation/superio/nuvoton/nct5539d.md M util/lint/spelling.txt 2 files changed, 4 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
Objections: Patrick Georgi: Do not submit
diff --git a/Documentation/superio/nuvoton/nct5539d.md b/Documentation/superio/nuvoton/nct5539d.md index e91ebc3..009d329 100644 --- a/Documentation/superio/nuvoton/nct5539d.md +++ b/Documentation/superio/nuvoton/nct5539d.md @@ -1,9 +1,9 @@ -# NCT5539D SuperIO +# NCT5539D Super I/O
-The SuperIO has the ID `0xd121` and the source can be found in +The Super I/O has the ID `0xd121` and the source can be found in `src/superio/nuvoton/nct5539d/`.
## For developers
-The SuperIO generates ACPI using the +The Super I/O generates ACPI using the [SSDT generator for generic SuperIOs](../common/ssdt.md). diff --git a/util/lint/spelling.txt b/util/lint/spelling.txt index 96a689e..3ab42b1 100644 --- a/util/lint/spelling.txt +++ b/util/lint/spelling.txt @@ -27,6 +27,7 @@ FTBS||FTBFS POSIX-complient||POSIX-compliant READEME||README +SuperIO||Super I/O aaccessibility||accessibility aaccession||accession abailable||available
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.
Patrick Georgi has removed a vote from this change. ( https://review.coreboot.org/c/coreboot/+/39451 )
Change subject: Documentation/lint: Use Super I/O instead of SuperIO ......................................................................
Removed Code-Review-2 by Patrick Georgi patrick@coreboot.org