iio: adc: twl4030-madc: Fix misnamed struct attribute
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 16:55:11 +0000 (17:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:14 +0000 (09:03 +0100)
commit2006cf16e6b55d8909e0233cfaea00e35f745af9
tree4426db72c23dd161a4adc14c2109e95c52a33b4c
parent8856d5c741a687c2ea9b09838f160419ca48450b
iio: adc: twl4030-madc: Fix misnamed struct attribute

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

 drivers/iio/adc/twl4030-madc.c:170: warning: Function parameter or member 'usb3v1' not described in 'twl4030_madc_data'

Also drop a duplicate description of the lock.

Cc: J Keerthy <j-keerthy@ti.com>
Cc: Mikko Ylinen <mikko.k.ylinen@nokia.com>
Cc: Amit Kucheria <amit.kucheria@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/twl4030-madc.c