mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
6dfb8796e3
commit
9e996dc3f1
@ -12,11 +12,11 @@
|
||||
#define PACKED __attribute__((packed))
|
||||
|
||||
#undef err
|
||||
#define err(format, arg...) printk(KERN_ERR "bcm3510: " format "\n" , ## arg)
|
||||
#define err(format, arg...) printk(KERN_ERR "bcm3510: " format "\n", ## arg)
|
||||
#undef info
|
||||
#define info(format, arg...) printk(KERN_INFO "bcm3510: " format "\n" , ## arg)
|
||||
#define info(format, arg...) printk(KERN_INFO "bcm3510: " format "\n", ## arg)
|
||||
#undef warn
|
||||
#define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n" , ## arg)
|
||||
#define warn(format, arg...) printk(KERN_WARNING "bcm3510: " format "\n", ## arg)
|
||||
|
||||
|
||||
#define PANASONIC_FIRST_IF_BASE_IN_KHz 1407500
|
||||
|
Loading…
Reference in New Issue
Block a user