Commit d5324e90 authored by Guenter Roeck's avatar Guenter Roeck

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: default avatarGuenter Roeck <linux@roeck-us.net>
parent 679f50b8
...@@ -179,6 +179,7 @@ struct sht15_data { ...@@ -179,6 +179,7 @@ struct sht15_data {
* sht15_crc8() - compute crc8 * sht15_crc8() - compute crc8
* @data: sht15 specific data. * @data: sht15 specific data.
* @value: sht15 retrieved data. * @value: sht15 retrieved data.
* @len: Length of retrieved data
* *
* This implements section 2 of the CRC datasheet. * This implements section 2 of the CRC datasheet.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment