Commit c5e6c649 authored by Lee Jones's avatar Lee Jones Committed by Jonathan Cameron

iio: adc: ad7949: Fix misspelling issue

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

 drivers/iio/adc/ad7949.c:58: warning: Function parameter or member 'indio_dev' not described in 'ad7949_adc_chip'
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Cc: Michael Hennerich <Michael.Hennerich@analog.com>
Cc: Charles-Antoine Couret <charles-antoine.couret@essensium.com>
Link: https://lore.kernel.org/r/20200716135928.1456727-18-lee.jones@linaro.orgSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 1536a8ee
...@@ -39,7 +39,7 @@ static const struct ad7949_adc_spec ad7949_adc_spec[] = { ...@@ -39,7 +39,7 @@ static const struct ad7949_adc_spec ad7949_adc_spec[] = {
* struct ad7949_adc_chip - AD ADC chip * struct ad7949_adc_chip - AD ADC chip
* @lock: protects write sequences * @lock: protects write sequences
* @vref: regulator generating Vref * @vref: regulator generating Vref
* @iio_dev: reference to iio structure * @indio_dev: reference to iio structure
* @spi: reference to spi structure * @spi: reference to spi structure
* @resolution: resolution of the chip * @resolution: resolution of the chip
* @cfg: copy of the configuration register * @cfg: copy of the configuration register
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment