mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
V4L/DVB (12880): em28xx: fix codingstyle issues introduced with VBI support
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>
This commit is contained in:
parent
95e6dcd1bb
commit
cb0409ffb7
@ -29,14 +29,14 @@
|
|||||||
#include "em28xx.h"
|
#include "em28xx.h"
|
||||||
|
|
||||||
static unsigned int vbibufs = 5;
|
static unsigned int vbibufs = 5;
|
||||||
module_param(vbibufs,int,0644);
|
module_param(vbibufs, int, 0644);
|
||||||
MODULE_PARM_DESC(vbibufs,"number of vbi buffers, range 2-32");
|
MODULE_PARM_DESC(vbibufs, "number of vbi buffers, range 2-32");
|
||||||
|
|
||||||
static unsigned int vbi_debug;
|
static unsigned int vbi_debug;
|
||||||
module_param(vbi_debug,int,0644);
|
module_param(vbi_debug, int, 0644);
|
||||||
MODULE_PARM_DESC(vbi_debug,"enable debug messages [vbi]");
|
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)
|
printk(KERN_DEBUG "%s: " fmt, dev->core->name , ## arg)
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
|
Loading…
Reference in New Issue
Block a user