From: Lee Jones Date: Thu, 16 Jul 2020 13:59:05 +0000 (+0100) Subject: iio: dac: ad5360: Fix kerneldoc attribute formatting for 'lock' X-Git-Tag: microblaze-v5.10~120^2~61^2~55 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=a73051fcb194e9500b20c4faffb84edbfcc43f63;p=linux-2.6-microblaze.git iio: dac: ad5360: 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/dac/ad5360.c:89: warning: Function parameter or member 'lock' not described in 'ad5360_state' Cc: Michael Hennerich Signed-off-by: Lee Jones Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/ad5360.c b/drivers/iio/dac/ad5360.c index f5d19d158d1c..602dd2ba61b5 100644 --- a/drivers/iio/dac/ad5360.c +++ b/drivers/iio/dac/ad5360.c @@ -67,7 +67,7 @@ struct ad5360_chip_info { * @chip_info: chip model specific constants, available modes etc * @vref_reg: vref supply regulators * @ctrl: control register cache - * @lock lock to protect the data buffer during SPI ops + * @lock: lock to protect the data buffer during SPI ops * @data: spi transfer buffers */