summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-06 18:15:46 +0000
committered <ed@FreeBSD.org>2012-02-06 18:15:46 +0000
commit3a052ed6cd709e6bdc83bcd5b494bc7184dcdc9b (patch)
treed8debeaae9cb4bca04afb913e4b72f0cfb34a40e /sys/kern/tty.c
parent72e5cc689cd76edc5a83bfdc7828b3e716c85c36 (diff)
downloadFreeBSD-src-3a052ed6cd709e6bdc83bcd5b494bc7184dcdc9b.zip
FreeBSD-src-3a052ed6cd709e6bdc83bcd5b494bc7184dcdc9b.tar.gz
Fix whitespace inconsistencies in TTY code.
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 01ac809..9a701d7 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1229,7 +1229,7 @@ tty_makedev(struct tty *tp, struct ucred *cred, const char *fmt, ...)
/* Slave call-out devices. */
if (tp->t_flags & TF_INITLOCK) {
- dev = make_dev_cred(&ttyil_cdevsw,
+ dev = make_dev_cred(&ttyil_cdevsw,
TTYUNIT_CALLOUT | TTYUNIT_INIT, cred,
UID_UUCP, GID_DIALER, 0660, "cua%s.init", name);
dev_depends(tp->t_dev, dev);
OpenPOWER on IntegriCloud