]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: vde: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 5 Sep 2024 02:25:32 +0000 (10:25 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 12 Oct 2024 14:28:25 +0000 (16:28 +0200)
commit365365a26614e27b133ee72960510d1ae3439015
tree872d4db41fbfa820af08c80580d0935028335d4e
parent7ade935392a35665f43dd37317ddb3ef1555378c
media: vde: Convert comma to semicolon

Replace comma between expressions with semicolons.

Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.

Found by inspection.
No functional change intended.
Compile tested only.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/nvidia/tegra-vde/v4l2.c