[coreboot-gerrit] New patch to review for coreboot: 2b7927e ec: Fix spelling

Martin Roth (martin.roth@se-eng.com) gerrit at coreboot.org
Wed Jul 10 05:53:17 CEST 2013


Martin Roth (martin.roth at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3757

-gerrit

commit 2b7927e57e588b0f26b662802729c4b928addf99
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Tue Jul 9 21:52:41 2013 -0600

    ec: Fix spelling
    
    Change-Id: I5e4d35572c43f07bec5ec0bcd75c717723228e2f
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/ec/compal/ene932/ec.c            | 4 ++--
 src/ec/google/chromeec/ec_commands.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/ec/compal/ene932/ec.c b/src/ec/compal/ene932/ec.c
index c3087e9..3f4d1b9 100644
--- a/src/ec/compal/ene932/ec.c
+++ b/src/ec/compal/ene932/ec.c
@@ -80,14 +80,14 @@ int kbc_cleanup_buffers(void)
 }
 
 
-/* The ENE 60/64 EC registers are the same comand/status IB/OB KBC pair.
+/* The ENE 60/64 EC registers are the same command/status IB/OB KBC pair.
  * Check status from 64 port before each command.
  *
  *  Ex. Get panel ID command C43/D77
  *  Check IBF empty. Then Write 0x43(CMD) to 0x64 Port
  *  Check IBF empty. Then Write 0x77(DATA) to 0x60 Port
  *  Check OBF set. Then Get Data(0x03:panel ID) from 0x60
- * Different commands return may or maynot respond and may have multiple
+ * Different commands return may or may not respond and may have multiple
  * bytes. Keep it simple for nor
  */
 
diff --git a/src/ec/google/chromeec/ec_commands.h b/src/ec/google/chromeec/ec_commands.h
index c1b19bc..10a7402 100644
--- a/src/ec/google/chromeec/ec_commands.h
+++ b/src/ec/google/chromeec/ec_commands.h
@@ -255,7 +255,7 @@ struct ec_lpc_host_args {
  * If EC gets a command and this flag is not set, this is an old-style command.
  * Command version is 0 and params from host are at EC_LPC_ADDR_OLD_PARAM with
  * unknown length.  EC must respond with an old-style response (that is,
- * withouth setting EC_HOST_ARGS_FLAG_TO_HOST).
+ * without setting EC_HOST_ARGS_FLAG_TO_HOST).
  */
 #define EC_HOST_ARGS_FLAG_FROM_HOST 0x01
 /*
@@ -748,7 +748,7 @@ struct ec_response_port80_last_boot {
 /*****************************************************************************/
 /* Thermal engine commands */
 
-/* Set thershold value */
+/* Set threshold value */
 #define EC_CMD_THERMAL_SET_THRESHOLD 0x50
 
 struct ec_params_thermal_set_threshold {



More information about the coreboot-gerrit mailing list