All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Hardware Monitoring <linux-hwmon@vger.kernel.org>
Cc: Jean Delvare <jdelvare@suse.com>, Guenter Roeck <linux@roeck-us.net>
Subject: [PATCH 3/5] hwmon: (sht15) Fix parameter documentation of sht15_crc8()
Date: Sun,  3 Dec 2017 18:15:02 -0800	[thread overview]
Message-ID: <1512353704-6973-3-git-send-email-linux@roeck-us.net> (raw)
In-Reply-To: <1512353704-6973-1-git-send-email-linux@roeck-us.net>

Sparse reports:

drivers/hwmon/sht15.c:188: warning:
		No description found for parameter 'len'

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/hwmon/sht15.c | 1 +
 1 file changed, 1 insertion(+)

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.
  */
-- 
2.7.4

  parent reply	other threads:[~2017-12-04  2:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04  2:15 [PATCH 1/5] hwmon: Fix parameter documentation Guenter Roeck
2017-12-04  2:15 ` [PATCH 2/5] hwmon: (sht21) Fix documentation of struct sht21 Guenter Roeck
2017-12-04  2:15 ` Guenter Roeck [this message]
2017-12-04  2:15 ` [PATCH 4/5] hwmon : (iio_hwmon) Fix documentation of struct iio_hwmon_state Guenter Roeck
2017-12-04  2:15 ` [PATCH 5/5] hwmon: (hih6130) Fix documentation of struct hih6130 Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512353704-6973-3-git-send-email-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=jdelvare@suse.com \
    --cc=linux-hwmon@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.