iio: adc: palmas_gpadc: Demote non-conforming kerneldoc header
Very few of the struct attributes have been documented here. Fixes the following W=1 kernel build warning(s): drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'dev' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'palmas' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'irq' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'irq_auto_0' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'irq_auto_1' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'adc_info' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'conv_completion' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'wakeup1_data' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'wakeup2_data' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'wakeup1_enable' not described in 'palmas_gpadc' drivers/iio/adc/palmas_gpadc.c:114: warning: Function parameter or member 'wakeup2_enable' not described in 'palmas_gpadc' Cc: Pradeep Goudagunta <pgoudagunta@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
922fdc1990
commit
315482a522
|
@ -76,7 +76,7 @@ static struct palmas_gpadc_info palmas_gpadc_info[] = {
|
||||||
PALMAS_ADC_INFO(IN15, 0, 0, 0, 0, INVALID, INVALID, true),
|
PALMAS_ADC_INFO(IN15, 0, 0, 0, 0, INVALID, INVALID, true),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* struct palmas_gpadc - the palmas_gpadc structure
|
* struct palmas_gpadc - the palmas_gpadc structure
|
||||||
* @ch0_current: channel 0 current source setting
|
* @ch0_current: channel 0 current source setting
|
||||||
* 0: 0 uA
|
* 0: 0 uA
|
||||||
|
@ -94,7 +94,6 @@ static struct palmas_gpadc_info palmas_gpadc_info[] = {
|
||||||
* This is the palmas_gpadc structure to store run-time information
|
* This is the palmas_gpadc structure to store run-time information
|
||||||
* and pointers for this driver instance.
|
* and pointers for this driver instance.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct palmas_gpadc {
|
struct palmas_gpadc {
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
struct palmas *palmas;
|
struct palmas *palmas;
|
||||||
|
|
Loading…
Reference in New Issue