hwmon: (iio_hwmon) Fix documentation of struct iio_hwmon_state
Sparse reports: drivers/hwmon/iio_hwmon.c:36: warning: No description found for parameter 'groups' Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
d5324e9095
commit
7f6d70cd47
|
@ -23,7 +23,8 @@
|
||||||
* @channels: filled with array of channels from iio
|
* @channels: filled with array of channels from iio
|
||||||
* @num_channels: number of channels in channels (saves counting twice)
|
* @num_channels: number of channels in channels (saves counting twice)
|
||||||
* @hwmon_dev: associated hwmon device
|
* @hwmon_dev: associated hwmon device
|
||||||
* @attr_group: the group of attributes
|
* @attr_group: the group of attributes
|
||||||
|
* @groups: null terminated array of attribute groups
|
||||||
* @attrs: null terminated array of attribute pointers.
|
* @attrs: null terminated array of attribute pointers.
|
||||||
*/
|
*/
|
||||||
struct iio_hwmon_state {
|
struct iio_hwmon_state {
|
||||||
|
|
Loading…
Reference in New Issue