Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia fix tpyo



details:   https://anonhg.NetBSD.org/src/rev/1883018ebcca
branches:  trunk
changeset: 814203:1883018ebcca
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Mar 11 22:09:54 2016 +0000

description:
fix tpyo

diffstat:

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

diffs (27 lines):

diff -r 61b1b245f4f2 -r 1883018ebcca sys/dev/pcmcia/if_malo_pcmcia.c
--- a/sys/dev/pcmcia/if_malo_pcmcia.c   Fri Mar 11 18:39:03 2016 +0000
+++ b/sys/dev/pcmcia/if_malo_pcmcia.c   Fri Mar 11 22:09:54 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_malo_pcmcia.c,v 1.9 2016/03/11 18:34:15 christos Exp $      */
+/*     $NetBSD: if_malo_pcmcia.c,v 1.10 2016/03/11 22:09:54 macallan Exp $     */
 /*      $OpenBSD: if_malo.c,v 1.65 2009/03/29 21:53:53 sthen Exp $ */
 
 /*
@@ -18,7 +18,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_malo_pcmcia.c,v 1.9 2016/03/11 18:34:15 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_malo_pcmcia.c,v 1.10 2016/03/11 22:09:54 macallan Exp $");
 
 #ifdef _MODULE
 #include <sys/module.h>
@@ -634,7 +634,7 @@
 {
        int error;
 
-       if ((error = ieee80211_media_change(ifp))_ != ENETRESET)
+       if ((error = ieee80211_media_change(ifp)) != ENETRESET)
                return error;
 
        if ((ifp->if_flags & (IFF_UP | IFF_RUNNING)) == (IFF_UP | IFF_RUNNING))



Home | Main Index | Thread Index | Old Index