summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Lin <kylelinck@google.com>2022-07-07 11:03:05 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-08 04:37:21 +0000
commit63f8aface4fc2a59a3125e4ffd0ad459b326576b (patch)
tree193a60c7f33780454e585600fc612f6ec2b68142
parentbdb3302723e1f3beed8abe77dc2d84a920a87100 (diff)
downloadchrome-ec-63f8aface4fc2a59a3125e4ffd0ad459b326576b.tar.gz
pompom: Update for inclusive terminology
Replace 'slave' with 'target' for more inclusive terminology. BUG=none BRANCH=none TEST=The modified source file builds successfully. Change-Id: I1bd12697b811683898251045f6818869371b09ce Signed-off-by: Kyle Lin <kylelinck@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3750967 Reviewed-by: Marco Chen <marcochen@chromium.org>
-rw-r--r--board/pompom/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pompom/board.c b/board/pompom/board.c
index e0b5c70588..6a21a57b10 100644
--- a/board/pompom/board.c
+++ b/board/pompom/board.c
@@ -607,7 +607,7 @@ static void board_detect_motionsensor(void)
int val = 0;
/*
- * BMA253 and LIS2DWL have same slave address, so we check the
+ * BMA253 and LIS2DWL have same target address, so we check the
* LIS2DWL WHO AM I register to check the lid accel type
*/
i2c_read8(I2C_PORT_SENSOR, LIS2DWL_ADDR0_FLAGS, LIS2DW12_WHO_AM_I_REG,