Module Name: src
Committed By: maxv
Date: Mon Aug 15 08:20:11 UTC 2016
Modified Files:
src/sys/dev/bluetooth: bcsp.c
Log Message:
Curious typo, found by mootja
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/bluetooth/bcsp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/bluetooth/bcsp.c
diff -u src/sys/dev/bluetooth/bcsp.c:1.29 src/sys/dev/bluetooth/bcsp.c:1.30
--- src/sys/dev/bluetooth/bcsp.c:1.29 Thu Aug 20 14:40:17 2015
+++ src/sys/dev/bluetooth/bcsp.c Mon Aug 15 08:20:11 2016
@@ -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_so
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