]> git.baikalelectronics.ru Git - kernel.git/commit
iio: dac: ad5764: Fix misdocumenting and formatting error
authorLee Jones <lee.jones@linaro.org>
Thu, 16 Jul 2020 13:59:23 +0000 (14:59 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:06 +0000 (09:03 +0100)
commitd9e0bcdda3ffb1ced4a85a560a2b92d9f87d6889
treedbb9e7bfc396d98c838e5e9495942736abb03f5c
parent81de69096de5a54e2418522e5fda4dbef8d7d03f
iio: dac: ad5764: Fix misdocumenting and formatting error

Attribute descriptions must match the name exactly.

Kerneldoc expects attributes/parameters to be in '@*.: ' format.

Fixes the following W=1 kernel build warning(s):

 drivers/iio/dac/ad5764.c:42: warning: Function parameter or member 'channels' not described in 'ad5764_chip_info'
 drivers/iio/dac/ad5764.c:67: warning: Function parameter or member 'lock' not described in 'ad5764_state'

Cc: Michael Hennerich <Michael.Hennerich@analog.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/ad5764.c