newbus: style nit (align comments)
Sponsored by: Netflix
This commit is contained in:
parent
1eebd6158c
commit
df456a1fcf
@ -100,7 +100,7 @@ typedef TAILQ_HEAD(device_list, _device) device_list_t;
|
||||
struct devclass {
|
||||
TAILQ_ENTRY(devclass) link;
|
||||
devclass_t parent; /* parent in devclass hierarchy */
|
||||
driver_list_t drivers; /* bus devclasses store drivers for bus */
|
||||
driver_list_t drivers; /* bus devclasses store drivers for bus */
|
||||
char *name;
|
||||
device_t *devices; /* array of devices indexed by unit */
|
||||
int maxunit; /* size of devices array */
|
||||
|
Loading…
x
Reference in New Issue
Block a user