From 63f8aface4fc2a59a3125e4ffd0ad459b326576b Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Thu, 7 Jul 2022 11:03:05 +0000 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3750967 Reviewed-by: Marco Chen --- board/pompom/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1