Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55b8b2d1 authored by Paul Vriens's avatar Paul Vriens Committed by Linus Torvalds
Browse files

[PATCH] v4l: 780: fixed typo in module param description



- Fixed typo in module param description

Signed-off-by: default avatarPaul Vriens <Paul.Vriens@xs4all.nl>
Signed-off-by: default avatarNickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 994914ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) \