diff options
author | 2007-06-18 21:24:43 +0000 | |
---|---|---|
committer | 2007-06-18 21:24:43 +0000 | |
commit | cdc123cc433a5f31dc82d4622a371ee9740099c4 (patch) | |
tree | 7e6405b6b4fa8ee0afe49b77b316da5fb11e9da1 | |
parent | -r will die. Until then, make sure any labels it dredges up are (diff) | |
download | wireguard-openbsd-cdc123cc433a5f31dc82d4622a371ee9740099c4.tar.xz wireguard-openbsd-cdc123cc433a5f31dc82d4622a371ee9740099c4.zip |
fix pasto's
from janjaap@stack.nl
-rw-r--r-- | sys/dev/dec/if_le_dec.c | 4 | ||||
-rw-r--r-- | sys/dev/tc/if_le_ioasic.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/dec/if_le_dec.c b/sys/dev/dec/if_le_dec.c index b16ebfe4908..22e411f89fa 100644 --- a/sys/dev/dec/if_le_dec.c +++ b/sys/dev/dec/if_le_dec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_dec.c,v 1.3 2007/06/17 21:20:47 jasper Exp $ */ +/* $OpenBSD: if_le_dec.c,v 1.4 2007/06/18 21:24:43 jasper Exp $ */ /* $NetBSD: if_le_dec.c,v 1.12 2001/11/13 12:49:45 lukem Exp $ */ /*- @@ -93,7 +93,7 @@ dec_le_common_attach(struct am7990_softc *sc, u_char *eap) } void -le_dec_wrcsr(struct am7990_softc *sc, u_int16_t port, u_ int16_t val) +le_dec_wrcsr(struct am7990_softc *sc, u_int16_t port, u_int16_t val) { struct lereg1 *ler1 = ((struct le_softc *)sc)->sc_r1; diff --git a/sys/dev/tc/if_le_ioasic.c b/sys/dev/tc/if_le_ioasic.c index acaa953477e..2f770263063 100644 --- a/sys/dev/tc/if_le_ioasic.c +++ b/sys/dev/tc/if_le_ioasic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_ioasic.c,v 1.12 2007/06/17 21:20:47 jasper Exp $ */ +/* $OpenBSD: if_le_ioasic.c,v 1.13 2007/06/18 21:24:43 jasper Exp $ */ /* $NetBSD: if_le_ioasic.c,v 1.18 2001/11/13 06:26:10 lukem Exp $ */ /* @@ -82,7 +82,7 @@ void le_ioasic_copyfrombuf_gap16(struct am7990_softc *, void *, void le_ioasic_zerobuf_gap16(struct am7990_softc *, int, int); int -le_ioasic_match(struct device parent, void *match, void *aux) +le_ioasic_match(struct device *parent, void *match, void *aux) { struct ioasicdev_attach_args *d = aux; |