Files
Nick Desaulniers 69c370fd78 input: touchscreen: stm: fix -Wmisleading-indentation
Fixes:
drivers/input/touchscreen/stm/ftm4_ts.c:1029:3: error: misleading
indentation; statement is not part of the previous 'else'
[-Werror,-Wmisleading-indentation]
if ((EventID >= 3) && (EventID <= 5)) {
^
drivers/input/touchscreen/stm/ftm4_ts.c:1026:2: note: previous statement
is here
else
^
drivers/input/touchscreen/stm/ftm4_pdc.c:1965:5: error: misleading
indentation; statement is not part of the previous 'if'
[-Werror,-Wmisleading-indentation]
snprintf(pTmp, sizeof(pTmp), "%4d",
^
drivers/input/touchscreen/stm/ftm4_pdc.c:1963:4: note: previous
statement is here
if (cxdiffData_tx[(j*rx_num)+i] < Low_cxdiffData_tx)
^

Nothing interesting here.

Bug: 155426751
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Ie74afe7cac1edd05a383085258c3c59b72e69e98
2020-05-14 17:01:45 -07:00
..
2017-05-03 09:48:42 -07:00