Date: Wed, 21 Apr 2021 21:37:34 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: df456a1fcf73 - main - newbus: style nit (align comments) Message-ID: <202104212137.13LLbYBj009573@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=df456a1fcf73fd2acdeefe4fe324836bda421ce2 commit df456a1fcf73fd2acdeefe4fe324836bda421ce2 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-04-18 05:44:25 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-04-21 21:37:24 +0000 newbus: style nit (align comments) Sponsored by: Netflix --- sys/kern/subr_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104212137.13LLbYBj009573>