[media] sony-btf-mpx: Drop needless newline in param description
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>
This commit is contained in:
parent
d017650b40
commit
5c75a55e3c
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue