Commit 0618ece0 authored by Bjørn Mork's avatar Bjørn Mork Committed by Mauro Carvalho Chehab

[media] mantis: trivial module parameter documentation fix

The default for "verbose" is 0.  Update description to match.
Signed-off-by: default avatarBjørn Mork <bjorn@mork.no>
Acked-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent abd34d8d
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
static unsigned int verbose; static unsigned int verbose;
module_param(verbose, int, 0644); module_param(verbose, int, 0644);
MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
#define DRIVER_NAME "Hopper" #define DRIVER_NAME "Hopper"
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
static unsigned int verbose; static unsigned int verbose;
module_param(verbose, int, 0644); module_param(verbose, int, 0644);
MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)"); MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
static int devs; static int devs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment