diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
commit | 8843f728ee2c92e18014e330b879ac9f0bb93639 (patch) | |
tree | c66cfdddfc368a45d3465565e5485c6e1e28ecbc /sys/dev/usb | |
parent | 3f2fb497e840a4b0f77d4130f79bb2673724aa8b (diff) |
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_cuereg.h | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_urtw.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_urtwn.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/uaudio.c | 6 | ||||
-rw-r--r-- | sys/dev/usb/uvideo.c | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h index ebb463ae222..151674d2070 100644 --- a/sys/dev/usb/if_cuereg.h +++ b/sys/dev/usb/if_cuereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cuereg.h,v 1.12 2013/04/15 09:23:01 mglocker Exp $ */ +/* $OpenBSD: if_cuereg.h,v 1.13 2024/09/01 03:09:00 jsg Exp $ */ /* $NetBSD: if_cuereg.h,v 1.14 2001/01/21 22:09:24 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -76,7 +76,7 @@ #define CUE_LEDCTL 0x81 -/* Advenced operating mode register */ +/* Advanced operating mode register */ #define CUE_AOP_SRAMWAITS 0x03 #define CUE_AOP_EMBED_RXLEN 0x08 #define CUE_AOP_RXCOMBINE 0x10 diff --git a/sys/dev/usb/if_urtw.c b/sys/dev/usb/if_urtw.c index 3902429e6f2..6bf38e86082 100644 --- a/sys/dev/usb/if_urtw.c +++ b/sys/dev/usb/if_urtw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtw.c,v 1.73 2024/05/23 03:21:09 jsg Exp $ */ +/* $OpenBSD: if_urtw.c,v 1.74 2024/09/01 03:09:00 jsg Exp $ */ /*- * Copyright (c) 2009 Martynas Venckus <martynas@openbsd.org> @@ -3498,7 +3498,7 @@ urtw_task(void *arg) fail: if (error != 0) - DPRINTF(("%s: error duing processing RUN state.", + DPRINTF(("%s: error processing RUN state.", sc->sc_dev.dv_xname)); } diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index f6075bd9fba..a579dffb37f 100644 --- a/sys/dev/usb/if_urtwn.c +++ b/sys/dev/usb/if_urtwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtwn.c,v 1.110 2024/05/23 03:21:09 jsg Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.111 2024/09/01 03:09:00 jsg Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -2494,7 +2494,7 @@ urtwn_burstlen_init(struct urtwn_softc *sc) urtwn_write_1(sc, R92C_USTIME_TSF, 0x28); urtwn_write_1(sc, R88F_USTIME_EDCA, 0x28); - /* To prevent mac is reseted by bus. */ + /* To prevent bus resetting the mac. */ urtwn_write_1(sc, R92C_RSV_CTRL, urtwn_read_1(sc, R92C_RSV_CTRL) | R92C_RSV_CTRL_R_DIS_PRST_0 | R92C_RSV_CTRL_R_DIS_PRST_1); diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c index 8e8fd3f29bb..89b3ff60d8b 100644 --- a/sys/dev/usb/uaudio.c +++ b/sys/dev/usb/uaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uaudio.c,v 1.175 2024/07/23 08:59:21 ratchov Exp $ */ +/* $OpenBSD: uaudio.c,v 1.176 2024/09/01 03:09:00 jsg Exp $ */ /* * Copyright (c) 2018 Alexandre Ratchov <alex@caoua.org> * @@ -1999,7 +1999,7 @@ uaudio_process_header(struct uaudio_softc *sc, struct uaudio_blob *p) /* * Process AC interrupt endpoint descriptor, this is mainly to skip * the descriptor as we use neither of its properties. Our mixer - * interface doesn't support unsolicitated state changes, so we've no + * interface doesn't support unsolicited state changes, so we've no * use of it yet. */ int @@ -2313,7 +2313,7 @@ uaudio_process_ac(struct uaudio_softc *sc, struct uaudio_blob *p, int ifnum) * to adapt to software's desired rate * * - * For usb1.1 ival is cardcoded to 1 for isochronous + * For usb1.1 ival is hardcoded to 1 for isochronous * transfers, which means one transfer every ms. I.e one * transfer every frame period. * diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c index 5793a9ec661..41d98780231 100644 --- a/sys/dev/usb/uvideo.c +++ b/sys/dev/usb/uvideo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.c,v 1.221 2024/07/20 12:34:52 jsg Exp $ */ +/* $OpenBSD: uvideo.c,v 1.222 2024/09/01 03:09:00 jsg Exp $ */ /* * Copyright (c) 2008 Robert Nagy <robert@openbsd.org> @@ -3810,7 +3810,7 @@ uvideo_ucode_loader_ricoh(struct uvideo_softc *sc) /* * The iSight first generation device will first attach as - * 0x8300 non-UVC. After the firmware gots uploaded, the device + * 0x8300 non-UVC. After the firmware is uploaded, the device * will reset and come back as 0x8501 UVC compatible. */ usbd_status |