Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/bluetooth Curious typo, found by mootja



details:   https://anonhg.NetBSD.org/src/rev/3eac5d12be84
branches:  trunk
changeset: 347120:3eac5d12be84
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Aug 15 08:20:11 2016 +0000

description:
Curious typo, found by mootja

diffstat:

 sys/dev/bluetooth/bcsp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f6e8619d56aa -r 3eac5d12be84 sys/dev/bluetooth/bcsp.c
--- a/sys/dev/bluetooth/bcsp.c  Mon Aug 15 08:17:35 2016 +0000
+++ b/sys/dev/bluetooth/bcsp.c  Mon Aug 15 08:20:11 2016 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index