[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aSlNO0sqQr2A4vzG@stanley.mountain>
Date: Fri, 28 Nov 2025 10:20:27 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Seven Lee <wtli@...oton.com>
Cc: Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: [PATCH] ASoC: nau8325: Delete a stray tab
This line is indented too far. Delete a tab.
Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
---
sound/soc/codecs/nau8325.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/nau8325.c b/sound/soc/codecs/nau8325.c
index 5b3115b0a7e5..3bfdb448f8bd 100644
--- a/sound/soc/codecs/nau8325.c
+++ b/sound/soc/codecs/nau8325.c
@@ -422,7 +422,7 @@ static int nau8325_clksrc_choose(struct nau8325 *nau8325,
*n1_sel = i;
*mult_sel = j;
ratio_sel = ratio;
- goto proc_done;
+ goto proc_done;
}
}
}
--
2.51.0
Powered by blists - more mailing lists