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>