aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorXueBing Chen <chenxb_99091@126.com>2024-01-11 11:07:03 +0000
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2024-02-16 11:46:32 +0100
commit9e996dc3f1dcb4d3f8c8d057f61c86f8eb2e7051 (patch)
tree11efaf9267e6b0af712eea8a6360b41fc3215deb /drivers/media
parent6dfb8796e305283e0f1de3724cea668b0cc1aa43 (diff)
downloadlinux-9e996dc3f1dcb4d3f8c8d057f61c86f8eb2e7051.tar.gz
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>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb-frontends/bcm3510_priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb-frontends/bcm3510_priv.h b/drivers/media/dvb-frontends/bcm3510_priv.h
index 2c9f3c430a82a..89c71bc42a0fd 100644
--- a/drivers/media/dvb-frontends/bcm3510_priv.h
+++ b/drivers/media/dvb-frontends/bcm3510_priv.h
@@ -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