aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-11-19 19:19:38 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-11-19 19:56:39 -0800
commit584da78cba791fc7b015416953a751a8269d375a (patch)
treecd4083151055ecc3c0aec33ec5a1ec4d4ef50270 /drivers/input/touchscreen/goodix.c
parentInput: synaptics - demote non-conformant kernel-doc header (diff)
downloadlinux-dev-584da78cba791fc7b015416953a751a8269d375a.tar.xz
linux-dev-584da78cba791fc7b015416953a751a8269d375a.zip
Input: goodix - fix misspelling of 'ctx'
Fixes the following W=1 kernel build warning(s): drivers/input/touchscreen/goodix.c:1168: warning: Function parameter or member 'ctx' not described in 'goodix_config_cb' drivers/input/touchscreen/goodix.c:1168: warning: Excess function parameter 'ts' description in 'goodix_config_cb' Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20201112110204.2083435-14-lee.jones@linaro.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/goodix.c')
-rw-r--r--drivers/input/touchscreen/goodix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index 80a82a66a0f3..c1b728e47827 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -1159,7 +1159,7 @@ static int goodix_configure_dev(struct goodix_ts_data *ts)
* goodix_config_cb - Callback to finish device init
*
* @cfg: firmware config
- * @ts: our goodix_ts_data pointer
+ * @ctx: our goodix_ts_data pointer
*
* request_firmware_wait callback that finishes
* initialization of the device.