iio: adc: max1363: Fix kerneldoc attribute formatting for 'lock'
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 16:55:28 +0000 (17:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:27 +0000 (09:03 +0100)
commitea448671e45eae9ea5c694816c56b7983cf038e4
treeaa8a2605c74cf102d51364eee83259415588d96a
parentdeb38af452a8dc3bd9951a84507884c50374224b
iio: adc: max1363: Fix kerneldoc attribute formatting for 'lock'

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

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

 drivers/iio/adc/max1363.c:190: warning: Function parameter or member 'lock' not described in 'max1363_state'

Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Rohit Sarkar <rohitsarkar5398@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/max1363.c