Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: tsl2772: fix all kernel-doc warnings

Use the correct kernel-doc notation for struct members to eliminate
kernel-doc warnings:

Warning: include/linux/platform_data/tsl2772.h:88 struct member
'prox_diode' not described in 'tsl2772_settings'
Warning: include/linux/platform_data/tsl2772.h:88 struct member
'prox_power' not described in 'tsl2772_settings'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Randy Dunlap and committed by
Jonathan Cameron
8021729a dfe5e8fb

+2 -2
+2 -2
include/linux/platform_data/tsl2772.h
··· 61 61 * @prox_pulse_count: Number if proximity emitter pulses. 62 62 * @prox_max_samples_cal: The number of samples that are taken when performing 63 63 * a proximity calibration. 64 - * @prox_diode Which diode(s) to use for driving the external 64 + * @prox_diode: Which diode(s) to use for driving the external 65 65 * LED(s) for proximity sensing. 66 - * @prox_power The amount of power to use for the external LED(s). 66 + * @prox_power: The amount of power to use for the external LED(s). 67 67 */ 68 68 struct tsl2772_settings { 69 69 int als_time;