iio: gyro: adis16080: Fix formatting issue
authorLee Jones <lee.jones@linaro.org>
Thu, 16 Jul 2020 13:59:10 +0000 (14:59 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 21 Sep 2020 17:41:37 +0000 (18:41 +0100)
Kerneldoc expects attributes/parameters to be in '@*.: ' format.

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

 drivers/iio/gyro/adis16080.c:49: warning: Function parameter or member 'lock' not described in 'adis16080_state'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Michael Hennerich <Michael.Hennerich@analog.com>
Cc: Barry Song <21cnbao@gmail.com>
Link: https://lore.kernel.org/r/20200716135928.1456727-13-lee.jones@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/adis16080.c

index 6e5e2d98943c267c6776fd7a99ea489bb1abddc7..e2f4d943e2202f816daf8a08d8dd971007ff5b23 100644 (file)
@@ -38,7 +38,7 @@ struct adis16080_chip_info {
  * @us:                        actual spi_device to write data
  * @info:              chip specific parameters
  * @buf:               transmit or receive buffer
- * @lock               lock to protect buffer during reads
+ * @lock:              lock to protect buffer during reads
  **/
 struct adis16080_state {
        struct spi_device               *us;