summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2002-06-11 18:28:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2002-06-11 18:28:31 +0000
commit8307ebc7a98d338e07e4c051d912237ddb937adf (patch)
tree148f2f169cc294faf4cf3ae03e00b1d70d855985 /sys/dev
parentba95fce1fc6cf9c82f442fe6967f82279fe51833 (diff)
Fix tab.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/dcreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h
index 8bfe55e68b2..5fcff7c5464 100644
--- a/sys/dev/ic/dcreg.h
+++ b/sys/dev/ic/dcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dcreg.h,v 1.25 2002/06/09 03:14:18 todd Exp $ */
+/* $OpenBSD: dcreg.h,v 1.26 2002/06/11 18:28:30 aaron Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -469,7 +469,7 @@ struct dc_list_data {
/* software descriptor */
struct dc_swdesc {
bus_dmamap_t sd_map;
- struct mbuf * sd_mbuf;
+ struct mbuf *sd_mbuf;
};
struct dc_chain_data {