Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250116
b: refs/heads/master
c: 0618ece
h: refs/heads/master
v: v3
  • Loading branch information
Bjørn Mork authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 1f487c8 commit f741188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abd34d8d6b213c792c1a06fd75488595c5fb6d3f
refs/heads/master: 0618ece01fdedcd3e775d9d43acc2c2a661a0c54
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/mantis/hopper_cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

static unsigned int verbose;
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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/mantis/mantis_cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

static unsigned int verbose;
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;

Expand Down

0 comments on commit f741188

Please sign in to comment.