From: Guenter Roeck Date: Sun, 3 Dec 2017 23:24:57 +0000 (-0800) Subject: hwmon: (hih6130) Fix documentation of struct hih6130 X-Git-Tag: v4.19~1769^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7a9b15a35d2504aa83e140d4cf50c85ac01e965;p=platform%2Fkernel%2Flinux-rpi.git hwmon: (hih6130) Fix documentation of struct hih6130 Sparse reports: drivers/hwmon/hih6130.c:56: warning: No description found for parameter 'client' drivers/hwmon/hih6130.c:56: warning: Excess struct member 'hwmon_dev' description in 'hih6130' Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/hih6130.c b/drivers/hwmon/hih6130.c index 7b73d20..0ae1ee1 100644 --- a/drivers/hwmon/hih6130.c +++ b/drivers/hwmon/hih6130.c @@ -37,7 +37,7 @@ /** * struct hih6130 - HIH-6130 device specific data - * @hwmon_dev: device registered with hwmon + * @client: pointer to I2C client device * @lock: mutex to protect measurement values * @valid: only false before first measurement is taken * @last_update: time of last update (jiffies)