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

Input: wm971x - fix typo in module parameter description

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Masanari Iida and committed by
Dmitry Torokhov
31b2b16d 1df90298

+2 -2
+1 -1
drivers/input/touchscreen/wm9712.c
··· 41 41 */ 42 42 static int rpu = 8; 43 43 module_param(rpu, int, 0); 44 - MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect."); 44 + MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect."); 45 45 46 46 /* 47 47 * Set current used for pressure measurement.
+1 -1
drivers/input/touchscreen/wm9713.c
··· 41 41 */ 42 42 static int rpu = 8; 43 43 module_param(rpu, int, 0); 44 - MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect."); 44 + MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect."); 45 45 46 46 /* 47 47 * Set current used for pressure measurement.