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: codecs: da7213: Move comma operator at the end of the line

Move the comma operator to the end of the line to comply with the
coding style.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Link: https://patch.msgid.link/20260108154419.3580562-1-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Claudiu Beznea and committed by
Mark Brown
0cd9bf6a 22a4776a

+2 -2
+2 -2
sound/soc/codecs/da7213.c
··· 79 79 }; 80 80 81 81 static SOC_ENUM_SINGLE_DECL(da7213_dac_audio_hpf_corner, 82 - DA7213_DAC_FILTERS1 83 - , DA7213_AUDIO_HPF_CORNER_SHIFT, 82 + DA7213_DAC_FILTERS1, 83 + DA7213_AUDIO_HPF_CORNER_SHIFT, 84 84 da7213_audio_hpf_corner_txt); 85 85 86 86 static SOC_ENUM_SINGLE_DECL(da7213_adc_audio_hpf_corner,