1
0
Fork 0

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>
hifive-unleashed-5.1
Guenter Roeck 2017-12-03 15:18:34 -08:00
parent 679f50b8d1
commit d5324e9095
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ struct sht15_data {
* sht15_crc8() - compute crc8
* @data: sht15 specific data.
* @value: sht15 retrieved data.
* @len: Length of retrieved data
*
* This implements section 2 of the CRC datasheet.
*/