summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-10-02 09:16:40 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-02 21:59:07 +0000
commit523b52f7502521a073bd970aa6889ffecc8f1fe7 (patch)
treefb29c21978486aa46e836ab25d43481fd1570a51
parent0550d92204570ab8a87baf6a3a076a2eb2d37209 (diff)
downloadchrome-ec-523b52f7502521a073bd970aa6889ffecc8f1fe7.tar.gz
Fix typo: s/GPOI_/GPIO_/g
Slippy, Peppy, and Falco should learn to spell. BUG=chrome-os-partner:18343 BRANCH=none TEST=manual make runtests Nothing uses this, it's just annoying to look at. Change-Id: I61e09fc6a804c1de972b34520db1db8f0b874dbe Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/171567
-rw-r--r--board/falco/board.h2
-rw-r--r--board/peppy/board.h2
-rw-r--r--board/slippy/board.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/board/falco/board.h b/board/falco/board.h
index f87f0eaed3..8575f50349 100644
--- a/board/falco/board.h
+++ b/board/falco/board.h
@@ -127,7 +127,7 @@ enum gpio_signal {
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
GPIO_TOUCHSCREEN_RESET_L, /* Reset touch screen */
GPIO_EC_EDP_VDD_EN, /* Enable EDP (passthru from PCH) */
- GPOI_LPC_CLKRUN_L, /* Dunno. Probably important, though. */
+ GPIO_LPC_CLKRUN_L, /* Dunno. Probably important, though. */
GPIO_USB1_ENABLE, /* USB port 1 output power enable */
GPIO_USB2_ENABLE, /* USB port 2 output power enable */
diff --git a/board/peppy/board.h b/board/peppy/board.h
index b99c759396..cf781fd8d8 100644
--- a/board/peppy/board.h
+++ b/board/peppy/board.h
@@ -130,7 +130,7 @@ enum gpio_signal {
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
GPIO_TOUCHSCREEN_RESET_L, /* Reset touch screen */
GPIO_EC_EDP_VDD_EN, /* Enable EDP (passthru from PCH) */
- GPOI_LPC_CLKRUN_L, /* Dunno. Probably important, though. */
+ GPIO_LPC_CLKRUN_L, /* Dunno. Probably important, though. */
GPIO_USB1_ENABLE, /* USB port 1 output power enable */
GPIO_USB2_ENABLE, /* USB port 2 output power enable */
diff --git a/board/slippy/board.h b/board/slippy/board.h
index eb84c19b6a..75dde8aa76 100644
--- a/board/slippy/board.h
+++ b/board/slippy/board.h
@@ -130,7 +130,7 @@ enum gpio_signal {
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
GPIO_TOUCHSCREEN_RESET_L, /* Reset touch screen */
GPIO_EC_EDP_VDD_EN, /* Enable EDP (passthru from PCH) */
- GPOI_LPC_CLKRUN_L, /* Dunno. Probably important, though. */
+ GPIO_LPC_CLKRUN_L, /* Dunno. Probably important, though. */
GPIO_USB1_ENABLE, /* USB port 1 output power enable */
GPIO_USB2_ENABLE, /* USB port 2 output power enable */