[RFC PATCH v3 03/13] ASoC: soc-pcm: use proper indentation on 'continue'

From: Pierre-Louis Bossart
Date: Wed Oct 13 2021 - 10:32:13 EST


Minor realignment before more changes.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>
---
sound/soc/soc-pcm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c
index d428a8815d39..19539300d94d 100644
--- a/sound/soc/soc-pcm.c
+++ b/sound/soc/soc-pcm.c
@@ -1856,7 +1856,7 @@ void dpcm_be_dai_hw_free(struct snd_soc_pcm_runtime *fe, int stream)

/* only free hw when no longer used - check all FEs */
if (!snd_soc_dpcm_can_be_free_stop(fe, be, stream))
- continue;
+ continue;

/* do not free hw if this BE is used by other FE */
if (be->dpcm[stream].users > 1)
--
2.25.1