From eb0b2bb6f5bdb60fc2f15eefc4f7e82c1887484d Mon Sep 17 00:00:00 2001 From: Cosmin-Gabriel Samoila Date: Thu, 13 Dec 2018 15:09:46 +0200 Subject: [PATCH] MLKU-24 ASoC: micfil: fix identation issue Fix identation issue. Signed-off-by: Cosmin-Gabriel Samoila Reviewed-by: Shengjiu Wang (cherry picked from commit f6869d289a3d1bbbb38eefaf79e458fb620f887d) --- sound/soc/fsl/fsl_micfil.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c index e84f030f93ee..7bb8d4cb5f71 100644 --- a/sound/soc/fsl/fsl_micfil.c +++ b/sound/soc/fsl/fsl_micfil.c @@ -70,9 +70,9 @@ struct fsl_micfil_soc_data { }; static char *envp[] = { - "EVENT=PDM_VOICE_DETECT", - NULL, - }; + "EVENT=PDM_VOICE_DETECT", + NULL, +}; static struct fsl_micfil_soc_data fsl_micfil_imx8mm = { .imx = true, -- 2.17.1