diff options
author | imp <imp@FreeBSD.org> | 2005-02-20 20:32:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-02-20 20:32:44 +0000 |
commit | 3f8cddbc1346a369e74fe02babb763bc256ed860 (patch) | |
tree | ddb4a918d3bc0ecc930d188a9073a45e0b69d1ce /sys/dev/cardbus | |
parent | 2189a4aa462ff06d4e921b3a6d3e338e73e94bcd (diff) | |
download | FreeBSD-src-3f8cddbc1346a369e74fe02babb763bc256ed860.zip FreeBSD-src-3f8cddbc1346a369e74fe02babb763bc256ed860.tar.gz |
style(9) nit
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/cardbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 187048a..d6ffbe9 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -204,8 +204,8 @@ cardbus_alloc_resources(device_t cbdev, device_t child) * We want to allocate the largest resource first, so that our * allocated memory is packed. */ - qsort(barlist, count, sizeof(struct resource_list_entry*), - cardbus_barsort); + qsort(barlist, count, sizeof(struct resource_list_entry *), + cardbus_barsort); /* Allocate prefetchable memory */ flags = 0; |