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)
commitfaeda9190758fbd127e60ec147f7b6cae60f8578
tree8fde57b1b9fb9e99f69e39797892a6c868e58afb
parentee21014b102e01a62851e02d64f2c1b9d70309bc
iio: gyro: adis16080: Fix formatting issue

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