Files
kernel_xiaomi_raphael/drivers/input
UtsavBalar1231 2ca48a19bd touchscreen: fts_521: fix a misleading indentation warning
drivers/input/touchscreen/fts_521/fts.c:3138:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
                input_report_abs(info->input_dev, ABS_MT_POSITION_X, x);
                ^
../drivers/input/touchscreen/fts_521/fts.c:3134:2: note: previous statement is here
        if (touch_condition)
        ^
1 warning generated.

Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2020-07-24 17:04:44 +05:30
..