From 8d613a9cf8065e729694116132ec7ce703dabf10 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 9 Dec 2013 23:57:23 +0100 Subject: device/chario.c: trivial stylistic fix for consistency * device/chario.c: Trivial stylistic fix for consistency. --- device/chario.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/chario.c b/device/chario.c index 8d68857..c2887d0 100644 --- a/device/chario.c +++ b/device/chario.c @@ -907,7 +907,7 @@ void ttypush( if (state & TS_MIN_TO_RCV) { /* a character was received */ tp->t_state = state & ~TS_MIN_TO_RCV; - timeout(ttypush,tp,pdma_timeouts[tp->t_ispeed]); + timeout(ttypush, tp, pdma_timeouts[tp->t_ispeed]); } else { @@ -1004,7 +1004,7 @@ void ttyinput_many( * Do not want to overflow input queue */ if (tp->t_inq.c_cc < tp->t_inq.c_hog) - count -= b_to_q( chars, count, &tp->t_inq); + count -= b_to_q(chars, count, &tp->t_inq); tty_queue_completion(&tp->t_delayed_read); } -- cgit v1.2.3