Fix tiny style nit.

This commit is contained in:
Warner Losh 2020-08-27 17:46:13 +00:00
parent 6255e8c8e2
commit 73be5dd2b2

View File

@ -107,7 +107,7 @@ struct cam_ed {
struct cam_ccbq ccbq; /* Queue of pending ccbs */
struct async_list asyncs; /* Async callback info for this B/T/L */
struct periph_list periphs; /* All attached devices */
u_int generation; /* Generation number */
u_int generation; /* Generation number */
void *quirk; /* Oddities about this device */
u_int maxtags;
u_int mintags;