media: cx24110: clean up some coding style issues
authorXueBing Chen <chenxb_99091@126.com>
Thu, 11 Jan 2024 10:58:56 +0000 (11:58 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Wed, 7 Feb 2024 04:40:07 +0000 (05:40 +0100)
commitb1d47b27110438282f0b56738628347d9b915f53
tree76e12ee0de9106b3b8bb54260923acdbc2ac6c3b
parent102fb77c2deb0df3683ef8ff7a6f4cf91dc456e2
media: cx24110: clean up some coding style issues

Fix the following errors reported by checkpatch:

ERROR: "foo* bar" should be "foo *bar"
ERROR: spaces required around that '=' (ctx:VxV)
ERROR: space required after that ',' (ctx:VxV)

Link: https://lore.kernel.org/linux-media/20240111105856.14655-1-chenxb_99091@126.com
Signed-off-by: XueBing Chen <chenxb_99091@126.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/dvb-frontends/cx24110.c