From: Lee Jones Date: Thu, 16 Jul 2020 13:59:06 +0000 (+0100) Subject: iio: dac: ad5380: Fix kerneldoc attribute formatting for 'lock' X-Git-Tag: v5.15~3183^2~61^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12630129f2bf39ad4dba7af37abe0b7cff5297cb;p=platform%2Fkernel%2Flinux-starfive.git iio: dac: ad5380: 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/ad5380.c:64: warning: Function parameter or member 'lock' not described in 'ad5380_state' Cc: Michael Hennerich Signed-off-by: Lee Jones Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/ad5380.c b/drivers/iio/dac/ad5380.c index 224ffc4..37ef653 100644 --- a/drivers/iio/dac/ad5380.c +++ b/drivers/iio/dac/ad5380.c @@ -51,7 +51,7 @@ struct ad5380_chip_info { * @vref_reg: vref supply regulator * @vref: actual reference voltage used in uA * @pwr_down: whether the chip is currently in power down mode - * @lock lock to protect the data buffer during regmap ops + * @lock: lock to protect the data buffer during regmap ops */ struct ad5380_state {