summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa711x.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2005-12-12 09:37:28 +0100
committerLinus Torvalds2005-12-12 17:57:44 +0100
commit674434c691e10015660022fc00b04985a23ef87b (patch)
treed4768ec66f479902791e0704512aa8d85261073f /drivers/media/video/saa711x.c
parent[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3 (diff)
downloadkernel-qcow2-linux-674434c691e10015660022fc00b04985a23ef87b.tar.gz
kernel-qcow2-linux-674434c691e10015660022fc00b04985a23ef87b.tar.xz
kernel-qcow2-linux-674434c691e10015660022fc00b04985a23ef87b.zip
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4
Clean up whitespaces at v4l/dvb files 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>
Diffstat (limited to 'drivers/media/video/saa711x.c')
-rw-r--r--drivers/media/video/saa711x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa711x.c b/drivers/media/video/saa711x.c
index 59e13fdea780..31f7b950b01c 100644
--- a/drivers/media/video/saa711x.c
+++ b/drivers/media/video/saa711x.c
@@ -59,7 +59,7 @@ MODULE_PARM_DESC(debug, " Set the default Debug level. Default: 0 (Off) - (0-1)
#define dprintk(num, format, args...) \
do { \
if (debug >= num) \
- printk(format , ##args); \
+ printk(format, ##args); \
} while (0)
/* ----------------------------------------------------------------------- */