]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (12880): em28xx: fix codingstyle issues introduced with VBI support
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Tue, 15 Sep 2009 03:10:15 +0000 (00:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:14:03 +0000 (00:14 -0300)
Fix a few codingstyle issues introduced when I was adding the VBI support to
the em28xx driver.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-vbi.c

index 27d7e860fa5949e939c7b8b53e523720f8a6857c..070d8e57877e04066c53948ed0972678022e5445 100644 (file)
 #include "em28xx.h"
 
 static unsigned int vbibufs = 5;
-module_param(vbibufs,int,0644);
-MODULE_PARM_DESC(vbibufs,"number of vbi buffers, range 2-32");
+module_param(vbibufs, int, 0644);
+MODULE_PARM_DESC(vbibufs, "number of vbi buffers, range 2-32");
 
 static unsigned int vbi_debug;
-module_param(vbi_debug,int,0644);
-MODULE_PARM_DESC(vbi_debug,"enable debug messages [vbi]");
+module_param(vbi_debug, int, 0644);
+MODULE_PARM_DESC(vbi_debug, "enable debug messages [vbi]");
 
-#define dprintk(level,fmt, arg...)     if (vbi_debug >= level) \
+#define dprintk(level, fmt, arg...)    if (vbi_debug >= level) \
        printk(KERN_DEBUG "%s: " fmt, dev->core->name , ## arg)
 
 /* ------------------------------------------------------------------ */