summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2020-12-22 07:40:57 +1100
committerCommit Bot <commit-bot@chromium.org>2020-12-22 21:02:11 +0000
commitdbe87fb73f561bfa7ae62da17cbf979eb00732a4 (patch)
treeecee56caabd3366b5f1e72653ee9c160d6165c27 /include
parent5e1a54f157554153973bc9422b3fe1d90aa1c8a5 (diff)
downloadchrome-ec-dbe87fb73f561bfa7ae62da17cbf979eb00732a4.tar.gz
coil: Replace "whitelist"
Replace "whitelist" with "allowlist". BUG=b:175244613 TEST=make buildall -j Change-Id: Ie0a23cb33722fe27b76d97c2ebdd548c2ecc2aa6 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2600299 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/usb_pd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 08236b8813..dcd1586486 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -1677,7 +1677,7 @@ void pd_check_dr_role(int port, int dr_role, int flags);
/**
* Check if we should charge from this device. This is
- * basically a white-list for chargers that are dual-role,
+ * basically a allow-list for chargers that are dual-role,
* don't set the externally powered bit, but we should charge
* from by default.
*