Commit 7369a8b3 authored by Ralf Baechle's avatar Ralf Baechle Committed by Russell King

[SERIAL] ip22zilog: Whitespace cleanup.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 76a55431
...@@ -262,6 +262,7 @@ static inline void dz_receive_chars(struct dz_port *dport) ...@@ -262,6 +262,7 @@ static inline void dz_receive_chars(struct dz_port *dport)
} }
tty_insert_flip_char(tty, ch, flag); tty_insert_flip_char(tty, ch, flag);
ignore_char: ignore_char:
;
} while (status & DZ_DVAL); } while (status & DZ_DVAL);
if (tty) if (tty)
......
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