VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Lee Jones <lee.jones@linaro.org> 2020-11-19 19:19:38 -0800 committer: Dmitry Torokhov <dmitry.torokhov@gmail.com> 2020-11-19 19:56:39 -0800 commit: 584da78cba791fc7b015416953a751a8269d375a parent: 58e5183ac869b98f3b17aa91fea11df3b718b3f2
Commit Summary:
Input: goodix - fix misspelling of 'ctx'
Diffstat:
1 file changed, 1 insertion, 1 deletion
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.