summaryrefslogtreecommitdiff
path: root/driver/usb_mux/pi3usb3x532.c
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-01-21 22:36:55 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-27 21:30:31 +0000
commitb21301712074242ee78695c696ece215c83bfe5c (patch)
treee7a8903444c2db20af13a8dbd2a2c53fa6135f70 /driver/usb_mux/pi3usb3x532.c
parent76d18a149d593e0e99137a6afb4c36552ac48492 (diff)
downloadchrome-ec-b21301712074242ee78695c696ece215c83bfe5c.tar.gz
COIL: Rename comments in PI3USB2x532 driver
Rename i2c comments in PI3USB2x532 driver to match current naming. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I08e7b94cc3c1cbe7b2f5e1a9dc9f0757a7cd85ea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2649352 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'driver/usb_mux/pi3usb3x532.c')
-rw-r--r--driver/usb_mux/pi3usb3x532.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/usb_mux/pi3usb3x532.c b/driver/usb_mux/pi3usb3x532.c
index c3d22b8f61..296d403769 100644
--- a/driver/usb_mux/pi3usb3x532.c
+++ b/driver/usb_mux/pi3usb3x532.c
@@ -17,7 +17,7 @@ static int pi3usb3x532_read(const struct usb_mux *me,
int read, res;
/*
- * First byte read will be slave address (ignored).
+ * First byte read will be i2c address (ignored).
* Second byte read will be vendor ID.
* Third byte read will be selection control.
*/