Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/obio fix typo



details:   https://anonhg.NetBSD.org/src/rev/526799751572
branches:  trunk
changeset: 805479:526799751572
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 03 16:44:14 2015 +0000

description:
fix typo

diffstat:

 sys/arch/mac68k/obio/iwm_fd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 09c14f99bcde -r 526799751572 sys/arch/mac68k/obio/iwm_fd.c
--- a/sys/arch/mac68k/obio/iwm_fd.c     Sat Jan 03 16:30:32 2015 +0000
+++ b/sys/arch/mac68k/obio/iwm_fd.c     Sat Jan 03 16:44:14 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iwm_fd.c,v 1.54 2015/01/02 19:42:05 christos Exp $     */
+/*     $NetBSD: iwm_fd.c,v 1.55 2015/01/03 16:44:14 christos Exp $     */
 
 /*
  * Copyright (c) 1997, 1998 Hauke Fath.  All rights reserved.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.54 2015/01/02 19:42:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.55 2015/01/03 16:44:14 christos Exp $");
 
 #include "locators.h"
 
@@ -721,7 +721,7 @@
        fd = iwm->fd[fdUnit];
        result = 0;
 
-       error = disk_ioctl(&fd->diskIndfo, fdType, cmd, data, flag, l);
+       error = disk_ioctl(&fd->diskInfo, fdType, cmd, data, flag, l);
        if (error != EPASSTHROUGH)
                return error;
 



Home | Main Index | Thread Index | Old Index