[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260108154419.3580562-1-claudiu.beznea.uj@bp.renesas.com>
Date: Thu, 8 Jan 2026 17:44:19 +0200
From: Claudiu <claudiu.beznea@...on.dev>
To: support.opensource@...semi.com,
lgirdwood@...il.com,
broonie@...nel.org,
perex@...ex.cz,
tiwai@...e.com
Cc: claudiu.beznea@...on.dev,
linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Subject: [PATCH] ASoC: codecs: da7213: Move comma operator at the end of the line
From: Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Move the comma operator to the end of the line to comply with the
coding style.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
---
sound/soc/codecs/da7213.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/da7213.c b/sound/soc/codecs/da7213.c
index 0a2b50cdea95..19f69a523f22 100644
--- a/sound/soc/codecs/da7213.c
+++ b/sound/soc/codecs/da7213.c
@@ -79,8 +79,8 @@ static const char * const da7213_audio_hpf_corner_txt[] = {
};
static SOC_ENUM_SINGLE_DECL(da7213_dac_audio_hpf_corner,
- DA7213_DAC_FILTERS1
- , DA7213_AUDIO_HPF_CORNER_SHIFT,
+ DA7213_DAC_FILTERS1,
+ DA7213_AUDIO_HPF_CORNER_SHIFT,
da7213_audio_hpf_corner_txt);
static SOC_ENUM_SINGLE_DECL(da7213_adc_audio_hpf_corner,
--
2.43.0
Powered by blists - more mailing lists