bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 08/29] device/chario.c: trivial stylistic fix for consistency


From: Marin Ramesa
Subject: [PATCH 08/29] device/chario.c: trivial stylistic fix for consistency
Date: Mon, 9 Dec 2013 23:57:23 +0100

* 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 f912924..2e38248 100644
--- a/device/chario.c
+++ b/device/chario.c
@@ -915,7 +915,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
              {
@@ -1012,7 +1012,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);
 }
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]