aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorPaul Vriens <Paul.Vriens@xs4all.nl>2005-11-08 21:37:29 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:18 -0800
commit55b8b2d173adea54a9e8407f26630c19274fa0b6 (patch)
tree6f159198f873dbfe60264772ce22e354c314b2fe /drivers/media/video/em28xx
parent[PATCH] v4l: 777: updated script to function in new tree layout (diff)
downloadlinux-dev-55b8b2d173adea54a9e8407f26630c19274fa0b6.tar.xz
linux-dev-55b8b2d173adea54a9e8407f26630c19274fa0b6.zip
[PATCH] v4l: 780: fixed typo in module param description
- Fixed typo in module param description Signed-off-by: Paul Vriens <Paul.Vriens@xs4all.nl> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c
index 594e6d681ba4..f5e22154a97f 100644
--- a/drivers/media/video/em28xx/em28xx-core.c
+++ b/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) \