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.

Input: drv2665 - fix formatting expected by kernel-doc

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

drivers/input/misc/drv2665.c:59: warning: Function parameter or member 'input_dev' not described in 'drv2665_data'
drivers/input/misc/drv2665.c:59: warning: Function parameter or member 'client' not described in 'drv2665_data'
drivers/input/misc/drv2665.c:59: warning: Function parameter or member 'regmap' not described in 'drv2665_data'
drivers/input/misc/drv2665.c:59: warning: Function parameter or member 'work' not described in 'drv2665_data'
drivers/input/misc/drv2665.c:59: warning: Function parameter or member 'regulator' not described in 'drv2665_data'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104162427.2984742-18-lee.jones@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Lee Jones and committed by
Dmitry Torokhov
6e9c6fcb 463a74c2

+5 -5
+5 -5
drivers/input/misc/drv2665.c
··· 44 44 45 45 /** 46 46 * struct drv2665_data - 47 - * @input_dev - Pointer to the input device 48 - * @client - Pointer to the I2C client 49 - * @regmap - Register map of the device 50 - * @work - Work item used to off load the enable/disable of the vibration 51 - * @regulator - Pointer to the regulator for the IC 47 + * @input_dev: Pointer to the input device 48 + * @client: Pointer to the I2C client 49 + * @regmap: Register map of the device 50 + * @work: Work item used to off load the enable/disable of the vibration 51 + * @regulator: Pointer to the regulator for the IC 52 52 */ 53 53 struct drv2665_data { 54 54 struct input_dev *input_dev;