mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
newbus: style nit (align comments)
Sponsored by: Netflix
This commit is contained in:
parent
1eebd6158c
commit
df456a1fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue