[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1601088620-16070-1-git-send-email-wangqing@vivo.com>
Date: Sat, 26 Sep 2020 10:49:51 +0800
From: Wang Qing <wangqing@...o.com>
To: Benson Leung <bleung@...omium.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Guenter Roeck <groeck@...omium.org>,
Mark Brown <broonie@...nel.org>,
Tzung-Bi Shih <tzungbi@...gle.com>,
Pi-Hsun Shih <pihsun@...omium.org>,
Prashant Malani <pmalani@...omium.org>,
Wang Qing <wangqing@...o.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] platform_data: ti: fix a typo
Modify the typo: "compliment" -> "complement".
Signed-off-by: Wang Qing <wangqing@...o.com>
---
include/linux/platform_data/cros_ec_commands.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/platform_data/cros_ec_commands.h b/include/linux/platform_data/cros_ec_commands.h
index 1fcfe9e..42203ce
--- a/include/linux/platform_data/cros_ec_commands.h
+++ b/include/linux/platform_data/cros_ec_commands.h
@@ -261,12 +261,12 @@
/* Memory space version; set to EC_ACPI_MEM_VERSION_CURRENT */
#define EC_ACPI_MEM_VERSION 0x00
/*
- * Test location; writing value here updates test compliment byte to (0xff -
+ * Test location; writing value here updates test complement byte to (0xff -
* value).
*/
#define EC_ACPI_MEM_TEST 0x01
-/* Test compliment; writes here are ignored. */
-#define EC_ACPI_MEM_TEST_COMPLIMENT 0x02
+/* Test complement; writes here are ignored. */
+#define EC_ACPI_MEM_TEST_COMPLEMENT 0x02
/* Keyboard backlight brightness percent (0 - 100) */
#define EC_ACPI_MEM_KEYBOARD_BACKLIGHT 0x03
--
2.7.4
Powered by blists - more mailing lists