diff options
author | Jonathan Cameron <[email protected]> | 2021-03-14 16:46:52 +0000 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2021-03-25 19:13:51 +0000 |
commit | a80aeec0878edb6ac931609a1b67b958499f8313 (patch) | |
tree | d884eda4f83fde9c06d68888c8911528920f01b7 | |
parent | 92e212e597ac5118dd31108b7ca5871f04005b24 (diff) |
iio: adc: cpcap-adc: kernel-doc fix - that should be _ in structure name
Fixes a W=1 warning.
Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Tony Lindgren <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/iio/adc/cpcap-adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/cpcap-adc.c b/drivers/iio/adc/cpcap-adc.c index f19c9aa93f17..40e59f4c95bc 100644 --- a/drivers/iio/adc/cpcap-adc.c +++ b/drivers/iio/adc/cpcap-adc.c @@ -100,7 +100,7 @@ struct cpcap_adc_ato { }; /** - * struct cpcap-adc - cpcap adc device driver data + * struct cpcap_adc - cpcap adc device driver data * @reg: cpcap regmap * @dev: struct device * @vendor: cpcap vendor |