From 51aaeef9a323900b307c1d3780a494a34e682fbd Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sun, 24 Aug 2008 11:43:01 +0000 Subject: Use consistent variable names; curr -> cur, err -> error. --- sys/dev/usb/uvideo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/uvideo.h') diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h index 0fead8a5781..f8c226183a1 100644 --- a/sys/dev/usb/uvideo.h +++ b/sys/dev/usb/uvideo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.h,v 1.28 2008/08/24 11:05:03 mglocker Exp $ */ +/* $OpenBSD: uvideo.h,v 1.29 2008/08/24 11:43:00 mglocker Exp $ */ /* * Copyright (c) 2007 Robert Nagy @@ -586,7 +586,7 @@ struct uvideo_softc { struct uvideo_format_group sc_fmtgrp[UVIDEO_MAX_FORMAT]; #define UVIDEO_MAX_VS_NUM 8 - struct uvideo_vs_iface *sc_vs_curr; + struct uvideo_vs_iface *sc_vs_cur; struct uvideo_vs_iface sc_vs_coll[UVIDEO_MAX_VS_NUM]; void *sc_uplayer_arg; -- cgit v1.2.3