Files
Nick Desaulniers f1aa149cf8 ASoC: msm: qdsp6v2: fix -Wmisleading-indentation
Fixes:
drivers/misc/qcom/qdsp6v2/audio_amrwbplus.c:109:4: error: misleading
indentation; statement is not part of the previous 'if'
[-Werror,-Wmisleading-indentation]
break;
^
drivers/misc/qcom/qdsp6v2/audio_amrwbplus.c:107:3: note: previous
statement is here
if (audio->stopped == 1)
^

Nothing interesting here, simple formatting mistake.

Bug: 155426751
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I3755c0c5d69089ce5dac715375059363e50f0505
2020-05-14 16:29:37 -07:00
..