summaryrefslogtreecommitdiff
path: root/zephyr/drivers
diff options
context:
space:
mode:
authorJun Lin <CHLin56@nuvoton.com>2021-04-01 16:00:31 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-02 17:19:43 +0000
commit2f109eec78cc895b0ca9195af398610b0d44797a (patch)
tree63e791cecefcf7d9a8bdb204cb2f0947c3da433b /zephyr/drivers
parentc5aad0ed2d9d28d6bf0b1e70cc48cfc8a1ab3d53 (diff)
downloadchrome-ec-2f109eec78cc895b0ca9195af398610b0d44797a.tar.gz
zephyr: driver: SHI: rename non-inclusive language word
Use inclusive language wording for SPI interface in the comment. BUG=b:182600858 BRANCH=none TEST=none Signed-off-by: Jun Lin <CHLin56@nuvoton.com> Change-Id: Ib58ead6b58464e0a08777c674fcf95f45850e968 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2799334 Tested-by: CH Lin <chlin56@nuvoton.com> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/drivers')
-rw-r--r--zephyr/drivers/cros_shi/cros_shi_npcx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/drivers/cros_shi/cros_shi_npcx.c b/zephyr/drivers/cros_shi/cros_shi_npcx.c
index 27ec8292aa..ba75eecdae 100644
--- a/zephyr/drivers/cros_shi/cros_shi_npcx.c
+++ b/zephyr/drivers/cros_shi/cros_shi_npcx.c
@@ -48,9 +48,9 @@ LOG_MODULE_REGISTER(cros_shi, LOG_LEVEL_DBG);
/*
* Timeout to wait for SHI request packet
*
- * This affects the slowest SPI clock we can support. A delay of 8192 us
- * permits a 512-byte request at 500 KHz, assuming the master starts sending
- * bytes as soon as it asserts chip select. That's as slow as we would
+ * This affects the slowest SPI clock we can support. A delay of 8192 us
+ * permits a 512-byte request at 500 KHz, assuming the SPI controller starts
+ * sending bytes as soon as it asserts chip select. That's as slow as we would
* practically want to run the SHI interface, since running it slower
* significantly impacts firmware update times.
*/