Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb s/bPreferedVersion/bPreferredVersion/ in struct ...
details: https://anonhg.NetBSD.org/src/rev/8447ba1a0596
branches: trunk
changeset: 1025916:8447ba1a0596
user: andvar <andvar%NetBSD.org@localhost>
date: Sat Nov 13 21:13:41 2021 +0000
description:
s/bPreferedVersion/bPreferredVersion/ in struct property definition.
diffstat:
sys/dev/usb/uvideo.c | 8 ++++----
sys/dev/usb/uvideoreg.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r 640d9533dfea -r 8447ba1a0596 sys/dev/usb/uvideo.c
--- a/sys/dev/usb/uvideo.c Sat Nov 13 20:59:13 2021 +0000
+++ b/sys/dev/usb/uvideo.c Sat Nov 13 21:13:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvideo.c,v 1.61 2021/09/03 21:55:00 andvar Exp $ */
+/* $NetBSD: uvideo.c,v 1.62 2021/11/13 21:13:41 andvar Exp $ */
/*
* Copyright (c) 2008 Patrick Mahoney
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.61 2021/09/03 21:55:00 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.62 2021/11/13 21:13:41 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -2049,11 +2049,11 @@
UGETDW(probe.dwMaxPayloadTransferSize)));
if (vs->vs_probelen == 34) {
DPRINTFN(15, (" dwClockFrequency=%u bmFramingInfo=0x%02x "
- "bPreferedVersion=%d bMinVersion=%d "
+ "bPreferredVersion=%d bMinVersion=%d "
"bMaxVersion=%d",
UGETDW(probe.dwClockFrequency),
probe.bmFramingInfo,
- probe.bPreferedVersion,
+ probe.bPreferredVersion,
probe.bMinVersion,
probe.bMaxVersion));
}
diff -r 640d9533dfea -r 8447ba1a0596 sys/dev/usb/uvideoreg.h
--- a/sys/dev/usb/uvideoreg.h Sat Nov 13 20:59:13 2021 +0000
+++ b/sys/dev/usb/uvideoreg.h Sat Nov 13 21:13:41 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvideoreg.h,v 1.4 2011/12/23 00:51:49 jakllsch Exp $ */
+/* $NetBSD: uvideoreg.h,v 1.5 2021/11/13 21:13:41 andvar Exp $ */
/*
* Copyright (c) 2008 Patrick Mahoney
@@ -644,7 +644,7 @@
uByte bmFramingInfo;
#define UVIDEO_FRAMING_INFO_FID (1<<0)
#define UVIDEO_FRAMING_INFO_EOF (1<<1)
- uByte bPreferedVersion;
+ uByte bPreferredVersion;
uByte bMinVersion;
uByte bMaxVersion;
} UPACKED uvideo_probe_and_commit_data_t;
Home |
Main Index |
Thread Index |
Old Index