]> git.baikalelectronics.ru Git - kernel.git/commit
Input: goodix - fix misspelling of 'ctx'
authorLee Jones <lee.jones@linaro.org>
Fri, 20 Nov 2020 03:19:38 +0000 (19:19 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 20 Nov 2020 03:56:39 +0000 (19:56 -0800)
commitb87e2539d39c602ff2fd40199855b4ba4e2bc476
treecd4083151055ecc3c0aec33ec5a1ec4d4ef50270
parent37347e8c0865e97570fa14eafdbe0b0a91251b52
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>
drivers/input/touchscreen/goodix.c