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

Input: stmpe-ts - add description for 'prop' struct member

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

drivers/input/touchscreen/stmpe-ts.c:82: warning: Function parameter or member 'prop' not described in 'stmpe_touch'

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

authored by

Lee Jones and committed by
Dmitry Torokhov
05b67b7a e664f002

+1
+1
drivers/input/touchscreen/stmpe-ts.c
··· 52 52 * @idev: registered input device 53 53 * @work: a work item used to scan the device 54 54 * @dev: a pointer back to the MFD cell struct device* 55 + * @prop: Touchscreen properties 55 56 * @ave_ctrl: Sample average control 56 57 * (0 -> 1 sample, 1 -> 2 samples, 2 -> 4 samples, 3 -> 8 samples) 57 58 * @touch_det_delay: Touch detect interrupt delay