linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] i7300_idle: fix typo in parameter description
@ 2016-10-29 15:11 Wei Yongjun
  2016-11-14  0:35 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2016-10-29 15:11 UTC (permalink / raw)
  To: Andy Henroid, Rafael J . Wysocki; +Cc: Wei Yongjun, linux-pm

From: Wei Yongjun <weiyongjun1@huawei.com>

Fix typo in parameter description.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/idle/i7300_idle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/idle/i7300_idle.c b/drivers/idle/i7300_idle.c
index 9a104e5..b570560 100644
--- a/drivers/idle/i7300_idle.c
+++ b/drivers/idle/i7300_idle.c
@@ -44,7 +44,7 @@ MODULE_PARM_DESC(debug, "Enable debug printks in this driver");
 
 static int forceload;
 module_param_named(forceload, forceload, uint, 0644);
-MODULE_PARM_DESC(debug, "Enable driver testing on unvalidated i5000");
+MODULE_PARM_DESC(forceload, "Enable driver testing on unvalidated i5000");
 
 #define dprintk(fmt, arg...) \
 	do { if (debug) printk(KERN_INFO I7300_PRINT fmt, ##arg); } while (0)


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

end of thread, other threads:[~2016-11-14  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-29 15:11 [PATCH -next] i7300_idle: fix typo in parameter description Wei Yongjun
2016-11-14  0:35 ` Rafael J. Wysocki

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).