[coreboot-gerrit] Change in coreboot[master]: superio/nuvoton/nct6776/acpi: Fix typo in comments

Tristan Corrick (Code Review) gerrit at coreboot.org
Thu Aug 2 09:57:54 CEST 2018


Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/27794


Change subject: superio/nuvoton/nct6776/acpi: Fix typo in comments
......................................................................

superio/nuvoton/nct6776/acpi: Fix typo in comments

The constant used in the ACPI code is NCT6776_SHOW_KBC, so update
the comments to reflect that.

Change-Id: I9ba69384866088f84a516557d76864104a024968
Signed-off-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/superio/nuvoton/nct6776/acpi/superio.asl
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/27794/1

diff --git a/src/superio/nuvoton/nct6776/acpi/superio.asl b/src/superio/nuvoton/nct6776/acpi/superio.asl
index 8e892e8..b985115 100644
--- a/src/superio/nuvoton/nct6776/acpi/superio.asl
+++ b/src/superio/nuvoton/nct6776/acpi/superio.asl
@@ -24,7 +24,7 @@
  *
  *   LDN		State
  * 0x2 SP1		Implemented, untested
- * 0x5 KBCK		Implemented, untested
+ * 0x5 KBC		Implemented, untested
  * 0x8 GPIO		Implemented, untested
  * 0xb HWM		Implemented, untested
  *
@@ -32,7 +32,7 @@
  * SUPERIO_DEV		Device identifier for this SIO (e.g. SIO0)
  * SUPERIO_PNP_BASE	I/O address of the first PnP configuration register
  * NCT6776_SHOW_SP1	If defined, Serial Port 1 will be exposed.
- * NCT6776_SHOW_KBCK	If defined, the Keyboard Controller will be exposed.
+ * NCT6776_SHOW_KBC	If defined, the Keyboard Controller will be exposed.
  * NCT6776_SHOW_GPIO	If defined, GPIO support will be exposed.
  * NCT6776_SHOW_HWM	If defined, the Environment Controller will be exposed.
  */

-- 
To view, visit https://review.coreboot.org/27794
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: I9ba69384866088f84a516557d76864104a024968
Gerrit-Change-Number: 27794
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan at corrick.kiwi>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180802/7a179b32/attachment-0001.html>


More information about the coreboot-gerrit mailing list