summaryrefslogtreecommitdiffstats
path: root/sys/dev/rc/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rc/rc.c')
-rw-r--r--sys/dev/rc/rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index 63b608f..43f77f9 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -182,14 +182,14 @@ static int rc_modctl(struct rc_chans *, int, int);
static void rc_start(struct tty *);
static void rc_stop(struct tty *, int rw);
static int rc_param(struct tty *, struct termios *);
-static void rcpoll (void *);
+static void rcpoll(void *);
static void rc_reinit(struct rc_softc *);
#ifdef RCDEBUG
static void printrcflags();
#endif
static timeout_t rc_dtrwakeup;
static timeout_t rc_wakeup;
-static void disc_optim (struct tty *tp, struct termios *t, struct rc_chans *);
+static void disc_optim(struct tty *tp, struct termios *t, struct rc_chans *);
static void rc_wait0(int nec, int unit, int chan, int line);
/**********************************************/
OpenPOWER on IntegriCloud