diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-12-03 18:18:34 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-01-02 18:05:34 -0500 |
commit | d5324e90957adb4f2ab144d14ed74853a8d9c525 (patch) | |
tree | 2d5adf32b35aeb5e6affeec0cb9287777664d04b | |
parent | 679f50b8d1f80a7083444c5a8aa02281b9ff9cc1 (diff) |
hwmon: (sht15) Fix parameter documentation of sht15_crc8()
Sparse reports:
drivers/hwmon/sht15.c:188: warning:
No description found for parameter 'len'
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/sht15.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c index 25d28343ba93..2be77752cd56 100644 --- a/drivers/hwmon/sht15.c +++ b/drivers/hwmon/sht15.c | |||
@@ -179,6 +179,7 @@ struct sht15_data { | |||
179 | * sht15_crc8() - compute crc8 | 179 | * sht15_crc8() - compute crc8 |
180 | * @data: sht15 specific data. | 180 | * @data: sht15 specific data. |
181 | * @value: sht15 retrieved data. | 181 | * @value: sht15 retrieved data. |
182 | * @len: Length of retrieved data | ||
182 | * | 183 | * |
183 | * This implements section 2 of the CRC datasheet. | 184 | * This implements section 2 of the CRC datasheet. |
184 | */ | 185 | */ |