mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
679f50b8d1
commit
d5324e9095
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user