diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-12 20:11:47 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-12 20:11:47 +0000 |
commit | 574052f56968a4ba49a2eae693d79911b6c654a0 (patch) | |
tree | d78fd5a87f40dc2190b4c845a197e342771b52ab /linux/drivers/media/video | |
parent | 3a4b3723f01a34e9ab342b533d4ac45b194788d8 (diff) | |
download | mediapointer-dvb-s2-574052f56968a4ba49a2eae693d79911b6c654a0.tar.gz mediapointer-dvb-s2-574052f56968a4ba49a2eae693d79911b6c654a0.tar.bz2 |
* ../linux/drivers/usb/media/em2820-core.c:
- Fixed typo in module param description
Signed-off-by: Paul Vriens <Paul.Vriens@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-core.c b/linux/drivers/media/video/em28xx/em28xx-core.c index 07fcfcc9b..48489dda8 100644 --- a/linux/drivers/media/video/em28xx/em28xx-core.c +++ b/linux/drivers/media/video/em28xx/em28xx-core.c @@ -53,7 +53,7 @@ MODULE_PARM_DESC(reg_debug,"enable debug messages [URB reg]"); unsigned int isoc_debug = 0; module_param(isoc_debug,int,0644); -MODULE_PARM_DESC(core_debug,"enable debug messages [isoc transfers]"); +MODULE_PARM_DESC(isoc_debug,"enable debug messages [isoc transfers]"); #define em2820_isocdbg(fmt, arg...) do {\ if (isoc_debug) \ |