aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-23 16:01:49 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-23 16:01:49 +0000
commitea1499bf8f914fad70301580474e7a9f5a6e5457 (patch)
treebd7beb118d2c1429655390b451bdab3ec851ab01 /sys/dev/rc
parentc17d43407fe04133a94055b0dbc7ea8965654a9f (diff)
Notes
Diffstat (limited to 'sys/dev/rc')
-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 63b608ff504c..43f77f93c855 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);
/**********************************************/