This commit is contained in:
khorben 2017-09-22 15:37:13 +00:00
parent 50506f2028
commit 4855508aad
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kobo_usb.c,v 1.1 2014/07/25 11:22:50 hkenken Exp $ */
/* $NetBSD: kobo_usb.c,v 1.2 2017/09/22 15:37:13 khorben Exp $ */
/*
* Copyright (c) 2012 Genetec Corporation. All rights reserved.
@ -27,7 +27,7 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kobo_usb.c,v 1.1 2014/07/25 11:22:50 hkenken Exp $");
__KERNEL_RCSID(0, "$NetBSD: kobo_usb.c,v 1.2 2017/09/22 15:37:13 khorben Exp $");
#include "opt_imx.h"
@ -113,7 +113,7 @@ kobo_usb_init(struct imxehci_softc *sc)
init_h1(sc);
break;
default:
aprint_error_dev(sc->sc_hsc.sc_dev, "unit %d not supprted\n",
aprint_error_dev(sc->sc_hsc.sc_dev, "unit %d not supported\n",
sc->sc_unit);
}
}

View File

@ -25,7 +25,7 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netwalker_usb.c,v 1.3 2012/04/15 10:19:47 bsh Exp $");
__KERNEL_RCSID(0, "$NetBSD: netwalker_usb.c,v 1.4 2017/09/22 15:37:13 khorben Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -106,7 +106,7 @@ netwalker_usb_init(struct imxehci_softc *sc)
init_h1(sc);
break;
default:
aprint_error_dev(sc->sc_hsc.sc_dev, "unit %d not supprted\n",
aprint_error_dev(sc->sc_hsc.sc_dev, "unit %d not supported\n",
sc->sc_unit);
}
}