git: df456a1fcf73 - main - newbus: style nit (align comments)

Warner Losh imp at FreeBSD.org
Wed Apr 21 21:37:35 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=df456a1fcf73fd2acdeefe4fe324836bda421ce2

commit df456a1fcf73fd2acdeefe4fe324836bda421ce2
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-04-18 05:44:25 +0000
Commit:     Warner Losh <imp at 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 */


More information about the dev-commits-src-all mailing list