]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: topology-test: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 5 Sep 2024 03:21:48 +0000 (11:21 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 5 Sep 2024 15:07:06 +0000 (16:07 +0100)
commit54694840eff5e95d1b0ec0c916db2d889529c5d7
tree07944652c5515ab496e5c61d26214b9c1a01afc8
parentd39b510a145a4766906cd49177695913d6e6bfd2
ASoC: topology-test: 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>
Link: https://patch.msgid.link/20240905032148.1929393-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology-test.c