Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5324e90 authored by Guenter Roeck's avatar Guenter Roeck
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
 */