diff options
author | Jean Delvare <khali@linux-fr.org> | 2013-05-15 22:56:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-05-27 13:51:47 +0200 |
commit | 5c75a55e3c2820f2fd7e256e577c1b528567f3ae (patch) | |
tree | 1b3773e6db16a36a5060034f45eac37f4a652ef3 | |
parent | [media] sta2x11_vip: fix error return code in sta2x11_vip_init_one() (diff) | |
download | linux-5c75a55e3c2820f2fd7e256e577c1b528567f3ae.tar.xz linux-5c75a55e3c2820f2fd7e256e577c1b528567f3ae.zip |
[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>
-rw-r--r-- | drivers/media/i2c/sony-btf-mpx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/sony-btf-mpx.c b/drivers/media/i2c/sony-btf-mpx.c index efa306165618..32d82320b485 100644 --- 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 */ |