diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-08-24 11:43:01 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-08-24 11:43:01 +0000 |
commit | 51aaeef9a323900b307c1d3780a494a34e682fbd (patch) | |
tree | c729b1589d0b4a97627684536cd92d36ef86a62c /sys/dev/usb/uvideo.h | |
parent | 87a33c84f9a6065aeb32f7da558713c2c03b2b3c (diff) |
Use consistent variable names; curr -> cur, err -> error.
Diffstat (limited to 'sys/dev/usb/uvideo.h')
-rw-r--r-- | sys/dev/usb/uvideo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <robert@openbsd.org> @@ -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; |