Skip to content

Commit

Permalink
[PATCH] v4l: 780: fixed typo in module param description
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Paul Vriens authored and Linus Torvalds committed Nov 9, 2005
1 parent 994914e commit 55b8b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 55b8b2d

Please sign in to comment.