Explorar el Código

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>
Masanari Iida hace 11 años
padre
commit
31b2b16d3f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      drivers/input/touchscreen/wm9712.c
  2. 1 1
      drivers/input/touchscreen/wm9713.c

+ 1 - 1
drivers/input/touchscreen/wm9712.c

@@ -41,7 +41,7 @@
  */
 static int rpu = 8;
 module_param(rpu, int, 0);
-MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect.");
+MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect.");
 
 /*
  * Set current used for pressure measurement.

+ 1 - 1
drivers/input/touchscreen/wm9713.c

@@ -41,7 +41,7 @@
  */
 static int rpu = 8;
 module_param(rpu, int, 0);
-MODULE_PARM_DESC(rpu, "Set internal pull up resitor for pen detect.");
+MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect.");
 
 /*
  * Set current used for pressure measurement.