mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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>
This commit is contained in:
parent
994914ea7a
commit
55b8b2d173
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ MODULE_PARM_DESC(reg_debug,"enable debug messages [URB reg]");
|
||||||
|
|
||||||
unsigned int isoc_debug = 0;
|
unsigned int isoc_debug = 0;
|
||||||
module_param(isoc_debug,int,0644);
|
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 {\
|
#define em2820_isocdbg(fmt, arg...) do {\
|
||||||
if (isoc_debug) \
|
if (isoc_debug) \
|
||||||
|
|
Loading…
Reference in a new issue