Commit de1b963a authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: whitespace fixes in drivers/input/touchscreen

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent d083e906
......@@ -356,7 +356,7 @@ static irqreturn_t h3600ts_interrupt(struct serio *serio, unsigned char data,
case STATE_DATA:
ts->chksum += data;
ts->buf[ts->idx]= data;
if(++ts->idx == ts->len)
if (++ts->idx == ts->len)
state = STATE_EOF;
break;
case STATE_EOF:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment