]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: skl_hda_dsp_generic: convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 5 Sep 2024 02:20:17 +0000 (10:20 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 5 Sep 2024 15:07:07 +0000 (16:07 +0100)
commit813751eaec93bfeb6236aaed99607a44c01b3110
treeedfd703928bf953ac08d5b4538e77e6218697f28
parent54694840eff5e95d1b0ec0c916db2d889529c5d7
ASoC: Intel: skl_hda_dsp_generic: 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/20240905022017.1642550-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/skl_hda_dsp_generic.c