Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Intel: sof_sdw: Convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20240709030921.585740-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chen Ni and committed by
Mark Brown
e52a73e6 be5db758

+3 -3
+3 -3
sound/soc/intel/boards/sof_sdw.c
··· 2136 2136 2137 2137 card = &ctx->card; 2138 2138 card->dev = &pdev->dev; 2139 - card->name = "soundwire", 2140 - card->owner = THIS_MODULE, 2141 - card->late_probe = sof_sdw_card_late_probe, 2139 + card->name = "soundwire"; 2140 + card->owner = THIS_MODULE; 2141 + card->late_probe = sof_sdw_card_late_probe; 2142 2142 2143 2143 snd_soc_card_set_drvdata(card, ctx); 2144 2144