From 3ffd3724094528428a179e7ef91672424a6b73d2 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sat, 19 Sep 2009 21:48:35 +0000 Subject: Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is a bit more self explaining. No functional changes. --- sys/dev/usb/udl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/udl.h') diff --git a/sys/dev/usb/udl.h b/sys/dev/usb/udl.h index 28c934e727c..832e4dac8c3 100644 --- a/sys/dev/usb/udl.h +++ b/sys/dev/usb/udl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udl.h,v 1.10 2009/09/19 20:49:53 mglocker Exp $ */ +/* $OpenBSD: udl.h,v 1.11 2009/09/19 21:48:34 mglocker Exp $ */ /* * Copyright (c) 2009 Marcus Glocker @@ -38,7 +38,7 @@ struct udl_cmd_xfer { struct udl_cmd_buf { #define UDL_CMD_XFER_SYNC 0 #define UDL_CMD_XFER_ASYNC 1 - uint8_t xfer_method; + uint8_t xfer_type; uint16_t compblock; uint16_t compblock_save; uint32_t off; -- cgit v1.2.3