Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/gpib fix typo



details:   https://anonhg.NetBSD.org/src/rev/fcbd3f844992
branches:  trunk
changeset: 335260:fcbd3f844992
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 31 20:36:20 2014 +0000

description:
fix typo

diffstat:

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

diffs (27 lines):

diff -r a58cfebde7e8 -r fcbd3f844992 sys/dev/gpib/rd.c
--- a/sys/dev/gpib/rd.c Wed Dec 31 20:13:41 2014 +0000
+++ b/sys/dev/gpib/rd.c Wed Dec 31 20:36:20 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rd.c,v 1.37 2014/12/31 19:52:05 christos Exp $ */
+/*     $NetBSD: rd.c,v 1.38 2014/12/31 20:36:20 christos Exp $ */
 
 /*-
  * Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.37 2014/12/31 19:52:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.38 2014/12/31 20:36:20 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -972,7 +972,7 @@
 
        DPRINTF(RDB_FOLLOW, ("rdioctl: sc=%p\n", sc));
 
-       error = disk_ioctl(&sk->sc_dk, dev, cmd, data, flag, l);
+       error = disk_ioctl(&sc->sc_dk, dev, cmd, data, flag, l);
        if (error != EPASSTHROUGH)
                return error;
 



Home | Main Index | Thread Index | Old Index