diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-07-22 21:05:01 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-07-22 21:05:01 +0000 |
commit | 37fcf2155a2d540ab4be1b7455d198643810b2ac (patch) | |
tree | b2827304a33a2a47e71810bc8e2a7a1380128f12 /sys/netbt/hci_link.c | |
parent | f4c93c3b2abfe5aa60705dfb1da7c381f74455b1 (diff) |
spacing, chop some of the more obscenely long lines.
Diffstat (limited to 'sys/netbt/hci_link.c')
-rw-r--r-- | sys/netbt/hci_link.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netbt/hci_link.c b/sys/netbt/hci_link.c index 4b3842b99b8..0de5ec40a60 100644 --- a/sys/netbt/hci_link.c +++ b/sys/netbt/hci_link.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hci_link.c,v 1.4 2007/06/19 08:12:35 uwe Exp $ */ +/* $OpenBSD: hci_link.c,v 1.5 2007/07/22 21:05:00 gwk Exp $ */ /* $NetBSD: hci_link.c,v 1.11 2007/04/21 06:15:23 plunky Exp $ */ /*- @@ -834,7 +834,8 @@ hci_sco_recv(struct mbuf *m, struct hci_unit *unit) } if (m->m_pkthdr.len != hdr.length) { - printf("%s: bad SCO packet length (%d != %d)\n", unit->hci_devname, m->m_pkthdr.len, hdr.length); + printf("%s: bad SCO packet length (%d != %d)\n", + unit->hci_devname, m->m_pkthdr.len, hdr.length); goto bad; } #endif |