]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: max98090/91: fixing a space
authorSharique Mohammad <sharq0406@gmail.com>
Thu, 23 Oct 2025 07:03:47 +0000 (09:03 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 23 Oct 2025 12:42:48 +0000 (13:42 +0100)
removed an extra space

Signed-off-by: Sharique Mohammad <sharq0406@gmail.com>
Link: https://patch.msgid.link/20251023070347.1936838-1-sharq0406@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98090.c

index ceb5b8c3bb5c81e8e7cf94937674ea16652dfcbb..c98139a446c0856764e97df63cd4a4396c6ba484 100644 (file)
@@ -2380,7 +2380,7 @@ static struct snd_soc_dai_driver max98090_dai = {
                .rates = MAX98090_RATES,
                .formats = MAX98090_FORMATS,
        },
-        .ops = &max98090_dai_ops,
+       .ops = &max98090_dai_ops,
 };
 
 static int max98090_probe(struct snd_soc_component *component)