summaryrefslogtreecommitdiff
path: root/driver/temp_sensor
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-01-21 22:35:02 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-27 21:30:30 +0000
commit76d18a149d593e0e99137a6afb4c36552ac48492 (patch)
treecb531e6c150f788b5c5dc8a021cf1711a952df13 /driver/temp_sensor
parentb47a463be3ca2592540478d2f748e011b67d750a (diff)
downloadchrome-ec-76d18a149d593e0e99137a6afb4c36552ac48492.tar.gz
COIL: Rename comments in SB-TSI driver
Rename i2c comments in SBI-TSI temperature driver to match current naming. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ib1c281964105624a733057ed896efcd9b1e357ea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2649351 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'driver/temp_sensor')
-rw-r--r--driver/temp_sensor/sb_tsi.c2
-rw-r--r--driver/temp_sensor/sb_tsi.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/driver/temp_sensor/sb_tsi.c b/driver/temp_sensor/sb_tsi.c
index 308f604435..ba47bcb727 100644
--- a/driver/temp_sensor/sb_tsi.c
+++ b/driver/temp_sensor/sb_tsi.c
@@ -5,7 +5,7 @@
/*
* SB-TSI: SB Temperature Sensor Interface.
- * This is an I2C slave temp sensor on the AMD Stony Ridge FT4 SOC.
+ * This is an I2C temp sensor on the AMD Stony Ridge FT4 SOC.
*/
#include "chipset.h"
diff --git a/driver/temp_sensor/sb_tsi.h b/driver/temp_sensor/sb_tsi.h
index ae61e4e34d..b7113dbc70 100644
--- a/driver/temp_sensor/sb_tsi.h
+++ b/driver/temp_sensor/sb_tsi.h
@@ -5,7 +5,7 @@
/*
* SB-TSI: SB Temperature Sensor Interface.
- * This is an I2C slave temp sensor on the AMD Stony Ridge FT4 SOC.
+ * This is an I2C temp sensor on the AMD Stony Ridge FT4 SOC.
*/
#ifndef __CROS_EC_SB_TSI_H