From dede4e01ae4c877bb05d671087a6e85a29a0f902 Mon Sep 17 00:00:00 2001 From: Sam Hurst Date: Mon, 3 Aug 2020 13:06:42 -0700 Subject: ec: change usage of dummy Google is working to change its source code to use more inclusive language. To that end, replace the term "dummy" with inclusive alternatives. BUG=b:162781382 BRANCH=None TEST=make -j buildall `grep -ir dummy *` The only results are in "private/nordic_keyboard/sdk8.0.0" which is not our code. Signed-off-by: Sam Hurst Change-Id: I6a42183d998e4db4bb61625f962867fda10722e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2335737 Reviewed-by: Tom Hughes --- include/gpio.wrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/gpio.wrap') diff --git a/include/gpio.wrap b/include/gpio.wrap index 8f2d7c709d..cca72ba7b0 100644 --- a/include/gpio.wrap +++ b/include/gpio.wrap @@ -94,9 +94,9 @@ * function/name then it should specify that that GPIO is not implemented using * the UNIMPLEMENTED macro below in the board gpio.inc file. This macro creates * an entry in the gpio_signal enum and the gpio_list array that is initialized - * to use the DUMMY_GPIO_BANK and a bitmask of zero. The chip GPIO layer is - * implemented such that writes to and reads from DUMMY_GPIO_BANK with a bitmask - * of zero are harmless. + * to use the UNIMPLEMENTED_GPIO_BANK and a bitmask of zero. The chip GPIO + * layer is implemented such that writes to and reads from + * UNIMPLEMENTED_GPIO_BANK with a bitmask of zero are harmless. * * This allows common code that expects these GPIOs to exist to compile and have * some reduced functionality. -- cgit v1.2.1