diff options
| author | maxv <maxv@NetBSD.org> | 2016-08-15 08:20:11 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2016-08-15 08:20:11 +0000 |
| commit | e79080f8c17497948459d6ce102bddff9fbbe1ef (patch) | |
| tree | a9614608b11c6bb057e8e9b6ed5c3854455d6f36 /sys/dev/bluetooth | |
| parent | 1aaad973d7cbcdeb5d63bfe8ff8cd4cd4169bfe1 (diff) | |
Curious typo, found by mootja
Diffstat (limited to 'sys/dev/bluetooth')
| -rw-r--r-- | sys/dev/bluetooth/bcsp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/bluetooth/bcsp.c b/sys/dev/bluetooth/bcsp.c index 6215eef1527..2e452d7e158 100644 --- a/sys/dev/bluetooth/bcsp.c +++ b/sys/dev/bluetooth/bcsp.c @@ -1,4 +1,4 @@ -/* $NetBSD: bcsp.c,v 1.29 2015/08/20 14:40:17 christos Exp $ */ +/* $NetBSD: bcsp.c,v 1.30 2016/08/15 08:20:11 maxv Exp $ */ /* * Copyright (c) 2007 KIYOHARA Takashi * All rights reserved. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bcsp.c,v 1.29 2015/08/20 14:40:17 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bcsp.c,v 1.30 2016/08/15 08:20:11 maxv Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -780,7 +780,7 @@ bcsp_pktintegrity_receive(struct bcsp_softc *sc, struct mbuf *m) u_int pldlen; int discard = 0; uint16_t crc = 0xffff; - const char *errstr + const char *errstr; DPRINTFN(3, ("%s: pi receive\n", device_xname(sc->sc_dev))); #ifdef BCSP_DEBUG |
