From: Sharique Mohammad Date: Thu, 23 Oct 2025 07:03:47 +0000 (+0200) Subject: ASoC: max98090/91: fixing a space X-Git-Tag: v6.19-rc1~156^2~3^2~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310bf433c01f78e0756fd5056a43118a2f77318c;p=thirdparty%2Fkernel%2Flinux.git ASoC: max98090/91: fixing a space removed an extra space Signed-off-by: Sharique Mohammad Link: https://patch.msgid.link/20251023070347.1936838-1-sharq0406@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index ceb5b8c3bb5c8..c98139a446c08 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c @@ -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)