diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-13 15:42:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-13 15:42:33 +0000 |
commit | 85ebc5bc7bbdd3d152da925146d8fae712f58fee (patch) | |
tree | c06e3824fbfb85fb31b8e05a1987f78c8e3206c3 /sys/dev/ic/com.c | |
parent | cbbb774fab89e1c37c12d104bae23599fc4cfbce (diff) |
wrap a long line
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r-- | sys/dev/ic/com.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 77f4f4e9d61..91f9cf6be75 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.156 2013/12/09 19:54:31 deraadt Exp $ */ +/* $OpenBSD: com.c,v 1.157 2014/04/13 15:42:32 deraadt Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -1446,7 +1446,8 @@ comcninit(struct consdev *cp) } int -comcnattach(bus_space_tag_t iot, bus_addr_t iobase, int rate, int frequency, tcflag_t cflag) +comcnattach(bus_space_tag_t iot, bus_addr_t iobase, int rate, + int frequency, tcflag_t cflag) { static struct consdev comcons = { NULL, NULL, comcngetc, comcnputc, comcnpollc, NULL, |