aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwmon/sht21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht21.c b/drivers/hwmon/sht21.c
index 06706d288355..190e7b39ce32 100644
--- a/drivers/hwmon/sht21.c
+++ b/drivers/hwmon/sht21.c
@@ -41,7 +41,7 @@
41 41
42/** 42/**
43 * struct sht21 - SHT21 device specific data 43 * struct sht21 - SHT21 device specific data
44 * @hwmon_dev: device registered with hwmon 44 * @client: I2C client device
45 * @lock: mutex to protect measurement values 45 * @lock: mutex to protect measurement values
46 * @last_update: time of last update (jiffies) 46 * @last_update: time of last update (jiffies)
47 * @temperature: cached temperature measurement value 47 * @temperature: cached temperature measurement value