diff --git a/drivers/hwmon/sht21.c b/drivers/hwmon/sht21.c index 06706d288355b8e13a794579b06a13b72852b0bb..190e7b39ce32ff10f844769bf3ab2d11ece68f79 100644 --- a/drivers/hwmon/sht21.c +++ b/drivers/hwmon/sht21.c @@ -41,7 +41,7 @@ /** * struct sht21 - SHT21 device specific data - * @hwmon_dev: device registered with hwmon + * @client: I2C client device * @lock: mutex to protect measurement values * @last_update: time of last update (jiffies) * @temperature: cached temperature measurement value