projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d017650
)
[media] sony-btf-mpx: Drop needless newline in param description
author
Jean Delvare
<khali@linux-fr.org>
Wed, 15 May 2013 20:56:11 +0000
(17:56 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 27 May 2013 11:51:47 +0000
(08:51 -0300)
Module parameter descriptions need not be terminated with a newline.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/sony-btf-mpx.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/sony-btf-mpx.c
b/drivers/media/i2c/sony-btf-mpx.c
index efa306165618021d8174b65fb93690178be5d783..32d82320b4854658702bd662820ea3aaa82b22e8 100644
(file)
--- a/
drivers/media/i2c/sony-btf-mpx.c
+++ b/
drivers/media/i2c/sony-btf-mpx.c
@@
-30,7
+30,7
@@
MODULE_LICENSE("GPL v2");
static int debug;
module_param(debug, int, 0644);
-MODULE_PARM_DESC(debug, "debug level 0=off(default) 1=on
\n
");
+MODULE_PARM_DESC(debug, "debug level 0=off(default) 1=on");
/* #define MPX_DEBUG */