diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-12-04 02:18:34 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-01-03 02:05:34 +0300 |
commit | d5324e90957adb4f2ab144d14ed74853a8d9c525 (patch) | |
tree | 2d5adf32b35aeb5e6affeec0cb9287777664d04b /drivers/hwmon | |
parent | 679f50b8d1f80a7083444c5a8aa02281b9ff9cc1 (diff) | |
download | linux-d5324e90957adb4f2ab144d14ed74853a8d9c525.tar.xz |
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>
Diffstat (limited to 'drivers/hwmon')
-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 { * 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. */ |