Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Clean up errors in bcm3510_priv.h

Fix the following errors reported by checkpatch:

ERROR: space prohibited before that ',' (ctx:WxW)

Signed-off-by: XueBing Chen <chenxb_99091@126.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

XueBing Chen and committed by
Hans Verkuil
9e996dc3 6dfb8796

+3 -3
+3 -3
drivers/media/dvb-frontends/bcm3510_priv.h
··· 12 12 #define PACKED __attribute__((packed)) 13 13 14 14 #undef err 15 - #define err(format, arg...) printk(KERN_ERR "bcm3510: " format "\n" , ## arg) 15 + #define err(format, arg...) printk(KERN_ERR "bcm3510: " format "\n", ## arg) 16 16 #undef info 17 - #define info(format, arg...) printk(KERN_INFO "bcm3510: " format "\n" , ## arg) 17 + #define info(format, arg...) printk(KERN_INFO "bcm3510: " format "\n", ## arg) 18 18 #undef warn 19 - #define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n" , ## arg) 19 + #define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n", ## arg) 20 20 21 21 22 22 #define PANASONIC_FIRST_IF_BASE_IN_KHz 1407500