aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/otus
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2015-10-07 03:33:25 +0000
committerKevin Lo <kevlo@FreeBSD.org>2015-10-07 03:33:25 +0000
commitc99a4e8a47c76f9fc6a1bb14bfd8dbd2b0831144 (patch)
treeddd49187bd54d85c54e8702af9f64d0b821f2fb3 /sys/dev/otus
parent972a5a8725c45918f4209e51c1073b7c3f4d663e (diff)
Notes
Diffstat (limited to 'sys/dev/otus')
-rw-r--r--sys/dev/otus/if_otusreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/otus/if_otusreg.h b/sys/dev/otus/if_otusreg.h
index 4f11b8dfd772..9f62ebdbfa53 100644
--- a/sys/dev/otus/if_otusreg.h
+++ b/sys/dev/otus/if_otusreg.h
@@ -874,7 +874,7 @@ struct otus_softc;
struct otus_tx_cmd {
uint8_t *buf;
uint16_t buflen;
- void * *odata;
+ void *odata;
uint16_t odatalen;
uint16_t token;
STAILQ_ENTRY(otus_tx_cmd) next_cmd;