aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_bus.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-04-18 05:44:25 +0000
committerWarner Losh <imp@FreeBSD.org>2021-04-21 21:37:24 +0000
commitdf456a1fcf73fd2acdeefe4fe324836bda421ce2 (patch)
tree9ebe990da633322e508baafca66840dcd202bd58 /sys/kern/subr_bus.c
parent1eebd6158cccf12f3b057d6a1adf9d40ec59844c (diff)
downloadsrc-df456a1fcf73fd2acdeefe4fe324836bda421ce2.tar.gz
src-df456a1fcf73fd2acdeefe4fe324836bda421ce2.zip
newbus: style nit (align comments)
Sponsored by: Netflix
Diffstat (limited to 'sys/kern/subr_bus.c')
-rw-r--r--sys/kern/subr_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index 08f1cb5886d2..12399df40a5d 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -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 */