linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input:wm971x: Fix typo in module param description of wm971[23].c
@ 2014-09-09 11:02 Masanari Iida
  2014-09-09 18:23 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-09-09 11:02 UTC (permalink / raw)
  To: linux-kernel, dmitry.torokhov, broonie, linux-input, lrg, rdunlap
  Cc: Masanari Iida

This patch fix spelling typo in module parameter
description of wm9712.c and wm9713.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/input/touchscreen/wm9712.c | 2 +-
 drivers/input/touchscreen/wm9713.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/touchscreen/wm9712.c b/drivers/input/touchscreen/wm9712.c
index 16b5211..705ffa1 100644
--- a/drivers/input/touchscreen/wm9712.c
+++ b/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.
diff --git a/drivers/input/touchscreen/wm9713.c b/drivers/input/touchscreen/wm9713.c
index 7405353..572a5a6 100644
--- a/drivers/input/touchscreen/wm9713.c
+++ b/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.
-- 
2.1.0.60.g85f0837

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 11:02 [PATCH] Input:wm971x: Fix typo in module param description of wm971[23].c Masanari Iida
2014-09-09 18:23 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).