style(9) nit

This commit is contained in:
Warner Losh 2005-02-20 20:32:44 +00:00
parent edd0e4ca59
commit 164b196506
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142143

View File

@ -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;